Skip to main content
MSipo
Senior II
April 20, 2020
Question

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

  • April 20, 2020
  • 1 reply
  • 526 views

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 topic has been closed for replies.

1 reply

TDK
April 20, 2020

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