Hello, I'm working on a project.
Board - FRDM-KE15Z
IDE - IAR 7.8
My question is when I put my code to debug (using on chip CMSIS Debugger) at the time of reinitialization of the default pins When I reach to SWD_IO and SWD_CLK pins the debug pointer gets misplaced.
And I tried commenting the pins with there index inside my function and code works fine even in debug and release mode.
NOTE: the same code runs perfect when I debug via jlink debugger. I'm confused what could be the possible problem ?
and how to overcome it.