2022-11-09 04:44 AM
I need to debug the SBSFU project on the Keil IDE. I know there are some data about IAR and Cube but I couldn't find anything about Keil.
After that, I also want to debug my main project while it is located in slot 1.
So How is it possible?
2022-11-10 05:05 AM
Hello Ali,
you can start debugging SBSFU and then load your application symbols using the command :
LOAD <User application axf> INCREMENTAL
Best regards
Jocelyn