Hi everybody,
I'm working with a MKL26 in Kinetis Design Studio 3.2.0. I use a Segger J-Link as debugger. This is my very first project with Kinetis and MKL26/ARM.
I noticed that when I remove the Segger J-Link the MCU exits from the Run Mode. If Segger is connected then the MCU stays in Run Mode. I found this behaviour in the reference manual: "1. If debug is enabled, the core clock remains to support debug."
What I didn't find is how to configure the MCU to remain continuously in Run Mode.
I have a complex system (with other programable devices) and the MKL26 performs some very simple but critical safety functions and it MUST NOT exit from RUN mode. No transition to WAIT or STOP or any other mode is allowed. It must work continuously.
I'm pretty sure I miss something in documentation, but I simply cannot find hot to set it continuously to RUN mode.
Thank you for you input!
Paul