We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
we are porting a firmware from a M4 to A7 micro (single core).
The code is very simple and checks if the micro is in debug mode.
if (CoreDebug->DHCSR & 1)
{
__BKPT (0);
}
Please, is there equivalent code?
Thanks!