I have question regarding nordic soft reset. Is there any problem with nordic chip if I soft reset nordic continuously after specific interval( ex. every 5 minutes ) of time? or any other issues?
I am using nrf52832 with sdk 15.2.0
Thanks in Advance
I have question regarding nordic soft reset. Is there any problem with nordic chip if I soft reset nordic continuously after specific interval( ex. every 5 minutes ) of time? or any other issues?
I am using nrf52832 with sdk 15.2.0
Thanks in Advance
Do you have reason to suspect that there is an issue ?
Dear awneil,
I am resetting nrf 52832 using NVIC_SystemReset() through UART every 5 minutes but ble scanning is not working.
I am using sdk12.3.0 and s132 v3.0
A Soft reset is not a problem in itself. But why is reset every 5 minutes and what does it have to do with BLE scanning? Does scanning work before or after a reset?
A Soft reset is not a problem in itself. But why is reset every 5 minutes and what does it have to do with BLE scanning? Does scanning work before or after a reset?
I am not getting BLE_GAP_EVT_ADV_REPORT event so that to recover this I am just soft reset the nrf through UART. 5 minute is just for example.
I am not getting BLE_GAP_EVT_ADV_REPORT event
So what debugging have you done to find why you're not getting it?
Are you sure you peripheral is still advertising?
Presumably, you must be getting it initially?
So what happens between that and when you no longer get it?
devzone.nordicsemi.com/.../213111