Hello
I have a question about the DBGM flag.
I have currently the code below in my SW : asm(" clrc DBGM").
If i have a correct understanding, this flag is only used for debug.
When i want to have a release version (where no debug is needed), i can removed this code without any impact on my software ?
Thanks for you help