2022-03-18 06:13 AM
I'm using the STM32U575 MCU and try to use the "HAL_FLASH_Program". This MCU only allow "FLASH_TYPEPROGRAM_QUADWORD". When trying to program a few words at flash address "80F0000" (page 120) I get the error "FLASH Programming sequence error flag"
My sequence is: Unlock, delete flash page 120, program flash, lock
Maybe someone have an idea what could be wrong?
Thanks in advance - Michael
2022-03-18 06:19 AM
Here are your options:
Figure out which condition you're hitting and fix it.