2024-09-11 09:20 PM - last edited on 2024-09-12 02:27 AM by SofLit
I am using the STM32F429I-DISC1 board and flashed code to the board using the STMCUBEIDE but when i am debugging i have encountered this error(attached the image).
I have also tried the external loader file M29W128GL_STM32f4x9I-EVAL and also the flash loader file 0x429 but the same error repeating.
anyone kindly suggest me a solution for this.
2024-09-12 02:25 AM
Hello,
The image resolution you shared is bad and cannot see anything.
As said in this previous thread, no need for external Loader for that board.
You need only the Flashloader of the MCU.
Could you please share your project?
2024-09-12
05:19 AM
- last edited on
2024-09-12
06:55 AM
by
Laurids_PETERSE
No not this one but i can't able to flash a simple program into STM32F429I-DISC1 board. so i have searched the web in that they have told that need to add the correct stldr file.
in my previous thread they had suggested me a stldr file and that is only for the STM32F429I-EVAL board. and i also tried this for my board but it still gets into the same error.
this is my problem if you find a correct stldr file for my board let me know and also if you find solution to flash and debug a code into STM32F429I board using STM32cubeIDE.
2024-09-12 07:08 AM
Please check this thread: https://community.st.com/t5/stm32-mcus-products/quot-failed-to-execute-mi-command-load-failed-ltdc-paint-elf/td-p/94809
This thread say how to solve this error by going to the 'debug configuration'option. I hope the solution will help.
If you need a general guideline on STMcube, you can check this out:
https://www.theengineeringprojects.com/2021/10/first-project-using-stm32-in-stm32cubeide.html
2024-09-12 08:11 AM
Do you have the same behavior when you try another example like the GPIO EXTI?: