Skip to main content
ali rostami
Associate III
November 9, 2022
Question

How can we debug the below projects on Keil IDE? - SBSFU project - Our main project while it is ported to SBSFU

  • November 9, 2022
  • 1 reply
  • 1102 views

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?

This topic has been closed for replies.

1 reply

Jocelyn RICARD
ST Employee
November 10, 2022

Hello Ali,

you can start debugging SBSFU and then load your application symbols using the command :

LOAD <User application axf> INCREMENTAL

Best regards

Jocelyn