Software Reset / Reboot the running program on bluepill (STM32F103C8T6) #1476
-
Hi As we know, pressing reset button on the bluepill board, the running software will be rebooted. I would like to do the same in software method, resetting of running program on the bluepill board (STM32F103C8T6). Description: How shall i achieve this? What command /library is needed to achieve this? Note: I am using Arduino IDE Best, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Hi @HappySamuel http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dai0321a/BIHDHCGJ.html |
Beta Was this translation helpful? Give feedback.
-
Hey @fpistm, I have been using arduino IDE for AtMega and ESP. Tried using the What am i doing wrong? |
Beta Was this translation helpful? Give feedback.
-
i try with nvic_sys_reset(); and go fine. |
Beta Was this translation helpful? Give feedback.
Hi @HappySamuel
You can use:
NVIC_SystemReset();
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dai0321a/BIHDHCGJ.html