cancel
Showing results for 
Search instead for 
Did you mean: 

DFU for STM32L optimized to not program pages containing 0x00?

MSipo
Senior II

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)".

This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
TDK
Super User

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".