9 years, 6 months ago.

how to reset the frdm board intentionally using command ?

Hello All

I am using FRDM K64F board... While writing the command in the mbed compiler I need to use a reset function. Can anybody help me how to reset the FRDM K64F board using programming codes ?

1 Answer

9 years, 6 months ago.

NVIC_SystemReset(); should do the job, it performs a software reset for your target.

Accepted Answer

Assigned to Jaspreet Singh 9 years, 6 months ago.

This means that the question has been accepted and is being worked on.