Device: NRF52832_xxAA
Softdevice: S113 v7.0.0
Hello.
Sometimes, during firmware running, I get a fault from Softdevice with pc: 0x0001A990. Could you inform me what causes fault from that address?
Device: NRF52832_xxAA
Softdevice: S113 v7.0.0
Hello.
Sometimes, during firmware running, I get a fault from Softdevice with pc: 0x0001A990. Could you inform me what causes fault from that address?
Hi,
The assert pc value indicates that you have spent too much time in the radio timeslot. From the SDS, see this link, "The application is responsible for keeping track of timing within the Radio Timeslot and for ensuring that the application’s use of the peripherals does not last for longer than the granted timeslot length."
Hi,
The assert pc value indicates that you have spent too much time in the radio timeslot. From the SDS, see this link, "The application is responsible for keeping track of timing within the Radio Timeslot and for ensuring that the application’s use of the peripherals does not last for longer than the granted timeslot length."