STM32f407 - Have any register status which identify debug mode? - SOLVED
Posted on October 03, 2014 at 17:09Hello,I'm trying to identify when program is on debug mode or not.As semihosting (interrupts) breaks the program when it calls printf(). I hope to read a flag to identify that i'm not on debug mode and with this I ...