Application Interrupt and Reset Control Register behaviour
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-24 4:11 AM
I'm using a STM32F401RE.
I'm trying to perform a Reset using the Application Interrupt and Reset Control Register
This register is at address 0xE000ED0C and bit [2] controls the reset [2]SYSRESETREQ set 1 = requests a system level reset.
When I set this bit to 1 no reset takes place and the program continues to the next statement.
Any ideas? thanks
Labels:
- Labels:
-
Interrupt
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-24 6:23 AM
Better use the CMSIS function NVIC_SystemReset().
