cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F401 Bootloader Read Memory command failed

laetitia
Associate
Posted on May 19, 2014 at 16:33

I am trying to use the ST Flash loader software for download STM32F401 and there is a problem when the software tries to read the address 0x1FFF7A22 (contained flash size) and 0x1FFF7A10 (unique device ID). It seems that the address is not valid because we receive a NACK from the bootloader when we read these adresses. So it is impossible for us to download the STM32 via UART.

Please, could you confirm that these adresses are correct for STM32F401RC ?

Do you know if there is a new version of STFlashloader fot STM32F401 ?

Do you have encountered some issues on STM32F401 bootloader concerning the read  Memory command ?

Do you have the AN3155 updated for F401 ?

Thank you for your help.

LM

#stm32f401-bootloader-read-memory
1 REPLY 1
Posted on May 19, 2014 at 17:21

Please, could you confirm that these addresses are correct for STM32F401RC ?

The 0x1FFF7A22 is valid for the 401VC (0x0100) and 401RE (0x0200)

I wrote my own loaders, but as I recall the key detail is that addresses are passed in big-endian

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..