2023-11-22 03:55 AM
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" "
2023-11-22 05:41 AM
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.
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.
2023-11-22 11:18 PM
sir im new to stm2cubeide , can you explain the debugger configuration for stm32f7508-dk board ,
2023-12-12 12:03 AM
all the necessary files added in that code buts still same issue