Hello
I have a custom pcb made out of KL03z microcontroller. I was debugging my application quite ok then suddenly the board is not debuggable anymore. I am using segger jlink to debug my app, flashing works ok but the program starts not in main.
As soon as i pause the debugging, things get weird.
Thanks for any help
已解决! 转到解答。
it turned out to be an nmi_b interrupt that's causing the problem. I had one pot at that pin, if the pot is low, that will cause an interrupt which stops everything. I had to disable the nmi interrupt from flash.
it turned out to be an nmi_b interrupt that's causing the problem. I had one pot at that pin, if the pot is low, that will cause an interrupt which stops everything. I had to disable the nmi interrupt from flash.