On Mon, Jun 6, 2011 at 11:10 AM, Laurent Charpentier <laurent_p...@yahoo.com
> wrote:

> Hi,
> We would like to add the configuration file for the stm32f2xxx to the GIT
> repository.
> Here is the file (should be named openocd/tcl/target/stm32f2xxx.cfg )
> Thanks for adding this file.
> Laurent


A patch is generally preferred.


>

# Work-area is a space in RAM used for flash programming
> # By default use 128kB
> if { [info exists WORKAREASIZE] } {
>   set  _WORKAREASIZE $WORKAREASIZE
> } else {
>   set  _WORKAREASIZE 0x20000
> }
>
>
There are at least one STM32F2xx with 64 kB RAM, so the default work area
size shouldn't exceed that.

/Andreas
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to