2025-01-23 04:43 AM
I have been using a NUCLEO-F413 board to try and understand how to program to user FLASH using the example code in the STMicro repository and STM32Cube to program. However when I now try and program the board I get the below error:
Has me trying to write to the FLASH damaged the program space? If so is it possible to restore it or is the board now dead?
2025-01-23 04:50 AM
It could be just that the ELF file does not exist ...
2025-01-23 04:54 AM
The ELF file does exist.
2025-01-23 05:25 AM
Hello @GTann.1 ,
To resolve the issue with your NUCLEO-F413 board, please install the STM32CubeF4 package from ST.com . Then, navigate to the directory Firmware\Projects\STM32F413ZH-Nucleo\Examples\FLASH and open the flash example project using STM32CubeIDE. Build and run the project on your board, and ensure you follow the instructions provided in the README file to make it work properly.
Regards .