cancel
Showing results for 
Search instead for 
Did you mean: 

unable to debug stm32f508-dk

kishor
Associate II

sir i am trying to read and write 10 bytes of data into flash memory, before that iam going to debug the code ,am getting this error "No source available for "_binary_______ExtMem_Boot_Binary_Bootloader_bin_start() at 0x8001ece" "

3 REPLIES 3
Ghofrane GSOURI
ST Employee

Hello @kishor 

First let me thank you for posting.

These suggestions can assist you in troubleshooting and resolving the issue:

1- Check your project setup: Ensure that you have properly included all the necessary source files and libraries related to your flash memory operations. Verify that the required files are present and accessible.

GhofraneGSOURI_0-1700660301578.png

2- Verify your debugger configuration: Ensure that your debugger is properly configured to access and debug the flash memory area. Check the debugger settings and make sure it is set up correctly to handle flash memory operations.

sir im new to stm2cubeide , can you explain the debugger configuration for stm32f7508-dk board ,

all the necessary files added in that code buts still same issue