Skip to main content
GGIL.1
Associate
June 8, 2021
Question

STM32F410 EXTERNAL LOADER CREATE

  • June 8, 2021
  • 1 reply
  • 789 views

Good morning

I am trying to create and use SPI EXTERNAL LOADER using STM32F410 CBT3. I created EXTERNAL LOADER using S25FL032P_STM32G071B_NUCLEO sent from STM. Data is read from STM32CUBEPROGRAMMER, but data mismatch found at address 0x90000000 occurs when the file is downloaded. Please check which part needs to be corrected.

This topic has been closed for replies.

1 reply

Houda GHABRI
ST Employee
June 17, 2021

Hi @GGIL.1​ 

Can you please confirm first that using S25FL032P_STM32G071B_NUCLEO and STM32G071B_NUCLEO board the download is OK?

Does your init function activate the memory mapped mode ?We must keep this mode after programming to allow the tool reading back flash content.

Houda