Hello, In our project the nRF52 resets randomly
we use the NRF52832 with softdevice S332. On the application space we run a FreeRTOS application with 2 tasks.
We want to use Bluetooth stack (central and peripheral role) concurrently.
We use the NUS example in our project to communicate with another central device.
When we run the application we can connect to the NUS and send data. Sometimes the following application error occurs:
app_error_fault_handler: id=1, pc=20732, info=0
Is this an softdevice error?
How can we trace back the cause of the error?