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.
I want to make C_DEBUGEN (register DHCSR) zero.
I tried this. (CoreDebug->DHCSR = (unsigned int)0xA05F0000;)
But again, C_Debugen is set to 1.
I want to know how to set it to 0.
It is possible to force change using T32, but is it possible in code?