USING NUCLEO 429 ZI , The program pass Build, Debug ,But when clicking RUN there is a message ,
Break at address "0x120124" with no debug information available, or outside of program code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-06-27 1:15 AM
there is a possibility to click view disassembly , when clicking there is alot of lines that look like
681b0c86: movs r0, r0
681b0c88: movs r0, r0
681b0c8a: movs r0, r0
681b0c8c: movs r0, r0
681b0c8e: movs r0, r0
681b0c90: movs r0, r0
681b0c92: movs r0, r0
681b0c94: movs r0, r0
681b0c96: movs r0, r0
681b0c98: movs r0, r0
681b0c9a: movs r0, r0
681b0c9c: movs r0, r0
681b0c9e: movs r0, r0
681b0ca0: movs r0, r0
- Labels:
-
DEBUG
-
STM32CubeIDE
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-06-29 1:49 AM
When you say the project pass Debug but not clicking Run do you mean the Resume button in the Debug perspective or the green circle with a white arrow in it when you Run the application?
Also, try to rebuild the project and also use STM32CubeProgrammer to mass erase the flash memory in order to make sure that what is on the target is actually what you expect to be there.
