This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

App Freezing randomly

Dear All,

We are using nrf52480, we our app is simply scanning for Near By Ble, and if the UUID of a ble Matches it send the data to another controller through Lib Uart Serial port.

1) Main controller sends a command to the BLE through UART and tells the BLE to Store the UUID it needs to scan in its Flash(fds Controller).

2) The BLE keeps scanning for UUID and when a uuid matches the stored UUID it send a command to the Main controller using serial port.

3) this works well most of the time almost for 1 day sometimes 2 days at a time and then the BLE Crashes...

We are not sure how to find the error as its impossible to be looking at the screen continuesly in debug mode... Any idea how we can find out why it crashed so we can solve the problem.. 

Secondly for a quick fix is it possible to just make the BLE automatically Reset When it crashes....

Look forward to your urgent help.

thanks

Related