Is there a command to restart the board? If so, what is it?
Hi @glowlabs, You can use: NVIC_SystemReset();
NVIC_SystemReset();
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dai0321a/BIHDHCGJ.html
Works perfect, thanks!
Most helpful comment
Hi @glowlabs,
You can use:
NVIC_SystemReset();http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dai0321a/BIHDHCGJ.html