size of DFU bootloader
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-06-12 1:37 AM
Posted on June 12, 2008 at 10:37
size of DFU bootloader
This discussion is locked. Please start a new topic to ask your question.
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:36 AM
Posted on May 17, 2011 at 12:36
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, MartinOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:36 AM
Posted on May 17, 2011 at 12:36
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 + gccOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:36 AM
Posted on May 17, 2011 at 12:36
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, NikolayOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:36 AM
Posted on May 17, 2011 at 12:36
Can anyone upload intel hex file of DFU loader ?
Thank you, Martin