RT1061 SW Reset triggers
‎05-22-2023
05:51 AM
791 Views
treibush
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the difference between using the standard NVIC_SystemReset() and SRC_DoSoftwareResetARMCore0(), as far as memory and GPIO state retention is concerned?
Thanks.
2 Replies
‎05-24-2023
12:58 AM
735 Views
treibush
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks
‎05-23-2023
11:21 AM
760 Views
Miguel04
NXP TechSupport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @treibush
Both have the same functionality the main difference is that the nvic is triggered with the core registers and the SRC uses the module of the RT.
Best Regards, Miguel.
Reply