Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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.
Assigned to
10 years, 1 month ago.This means that the question has been accepted and is being worked on.