System Reset doesn't work as expected
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-10-17 3:24 PM
Hi,
I need to reset all, then tried to call "HAL_NVIC_SystemReset();", expecting a total reset (both nucleos CM4 and CM0), but it seems BLE app doesn't reset and goes to an undefined state, accepting connections, but doesn't accepting access to characteristics.
Tried to write some data to RTC backup registers, but the BLE erases it during power-on.
I didn't find what backup data registers I can use in my own application without interfering with BLE data.
Labels:
- Labels:
-
BLE
-
STM32WB series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-10-17 3:30 PM
Also noted flags IWDGRSTF and PINRSTF, but are expected : SFTRSTF and PINRSTF.
