DFU for STM32L optimized to not program pages containing 0x00?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-20 7:47 AM
As the STM32L flash is erased the memory cells are set to 0x00 (not 0xFF). Is there a DFU tool that can optimize firmware upgrade that skips programming of blocks already containing 0x00? The DfuSe Demo only has "Optimize Upgrade duration (Remove some FFs)".
Labels:
- Labels:
-
Bootloader
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-20 10:49 AM
STM32CubeProgrammer can perform a DFU upgrade as well. It is more recent and may have features you're requesting.
Does the STM32L flash really erase to 0x00 and not 0xFF? Is it a different type of flash than all the other ST chips?
If you feel a post has answered your question, please click "Accept as Solution".
