Question
Nucleo-G431RB, GFX01M2 , Failed to read memory (MX25L6433F)
I use Nucleo-G431RB, GFX01M2, and after generating the stldr file by myself, when I want to debug my Touchgfx project, the following error occurs:
------------------------------------------------------------------------
File download complete
Time elapsed during download operation: 00:00:03.216
Verifying...
Error: Failed to read memory at address 0x90000000 during verification
Error: Download verification failed
Encountered Error when opening C:\ST\STM32CubeIDE_1.12.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_2.0.600.202301161003\tools\bin\STM32_Programmer_CLI.exe
Error in STM32CubeProgrammer
Shutting down...
Exit.
-------------------------------------------------------------
This is my customized G431RB MX25L6433F stldr project code:
stldr-project
What part did I miss? But when I read MX25L6433F through STM32CubeProgrammer, some data has already been written.

