Clarification on 128-bit Flash Programming Time on STM32U575 (Normal vs Burst Mode)
I’m working with the STM32U575 and I found in the datasheet that the Flash programming time for a 128-bit (16-byte) write is:118 µs in normal mode48 µs in burst mode(From Table 86: Flash memory characteristics)Before finalizing our design, I need cla...