STMCubeIDE based debugging is not happening with TFM for single S-NS binary
Hi,
I have followed below youtube link for enabling debugging for TFM firmware successfully.
https://www.youtube.com/watch?v=rlmQhfXyYCQ&list=PLnMKNibPkDnGd7J7fV7tr-4xIBwkNfD--
I enable single binary for both Appli_NonSecure and Appli_Secure by choosing below configuration.
#define MCUBOOT_APP_IMAGE_NUMBER 1
#define MCUBOOT_S_DATA_IMAGE_NUMBER 0
#define MCUBOOT_NS_DATA_IMAGE_NUMBER 0
#define MCUBOOT_IMAGE_NUMBER 1
Since then I am not able to debug via ST-link debugger. I need support to resolve this.
