Hi,
We are using SDK14.2.0 and getting assertion failed error with id = 1, pc = 0xEAC2 and info = 0.
What can be the cause of this error?
Thank you in advanced.
Hi,
We are using SDK14.2.0 and getting assertion failed error with id = 1, pc = 0xEAC2 and info = 0.
What can be the cause of this error?
Thank you in advanced.
Hi, which softdevice and version?
S112 verion 5.1.0
Thx
S112 verion 5.1.0
Thx
You have an assert in radio event manager (rem.c). Normally softdevice assert in rem.c is pretty common to see when you are trying to step debug in application after softdevice is enabled. Or you can see the same thing if you are using radio timeslot API and have not closed the timeslot session in time. Or you can see it if you are disabling interrupts in your application for periods.