10 years, 1 month 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

10 years, 1 month ago.

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

Accepted Answer

Assigned to Jaspreet Singh 10 years, 1 month ago.

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