2008-06-12 01:37 AM
size of DFU bootloader
2011-05-17 03:36 AM
I have taken sources from ST and build DFU bootloader.
With Crossworks i have got 34Kb big bootloader. After turning on the optimization I have got 19K. Did anybody got this bootloader below 16K ? Thank you, Martin2011-05-17 03:36 AM
My DFU which is also based on the samle code use less than 0x3000h (12k) - Complete with USB and crc checks..
Best Regards Henrik Ps. I use Ride7 + gcc2011-05-17 03:36 AM
Quote:
On 02-06-2008 at 14:36, Anonymous wrote: My DFU which is also based on the samle code use less than 0x3000h (12k) - Complete with USB and crc checks.. Best Regards Henrik Ps. I use Ride7 + gcc Hi, Are you using ''#define _FLASH_PROG'' enabled in the ''stm32f10x_conf.h'' file when you build? Regards, Nikolay2011-05-17 03:36 AM
Can anyone upload intel hex file of DFU loader ?
Thank you, Martin