10 years, 9 months ago.

Is there a s/w reset for the KL25Z

The mbed1768 has a reset function:

extern "C" void mbed_reset();

Is there a similar function for the KL25Z ?

...kevin

2 Answers

Kevin Braun
poster
10 years, 8 months ago.

I found one:

extern "C" void NVIC_SystemReset();

...kevin

Accepted Answer
10 years, 9 months ago.

Hello Kevin Braun,

there's NVIC_SystemReset (defined in the core_cm0 header file). I can't find mbed_reset defined anywhere for KL25Z.

Regards, 0xc0170