Gene Smith wrote:
> When I load my program and it burns to flash I see this the first time:
>
> Warn : not enough working area available(requested 16384, free 16336)
>   
This warning is expected, the flash program uses 48 bytes for the flash 
algorith.
> Then on subsequent loads I see:
>
> Warn : not enough working area available(requested 16384, free 8144)
>   
This looks strange, it should be like the previous every time.
> This is using stm32.cfg which as -work-area-size 16384
>
> If I increase the size by 1K the warning does not occur. Is this warning 
>   to be expected ?
>
> -gene
>
>
>
>
> _______________________________________________
> Openocd-development mailing list
> Openocd-development@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/openocd-development
>   
Regards,
Magnus

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

Reply via email to