Hello,
I am no long able to JTAG program my KW2x. When attempting to program it via IAR, my debugger is unable to stop the CPU clock. I have made a modification to the code within the PlatformInit.c file and believe it to be the cause of my issue.
At the end of PlatformInit.c::Platform_Init() I have called :
MC1324xDrv_Set_CLK_OUT_Freq(gCLK_OUT_FREQ_DISABLE);
From what I've seen in the datasheet, the modem's clock_out signal can be used to run the CPU clock. Since I have disabled the modem clock_out, perhaps my CPU has no running clock source. Is there a way that I can recover my MCU from this? Perhaps halt all operation before this instruction is reached, or flash the running code from the MCU?
Thanks,
Andrew