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

nrf mesh Softdevice assert: 88996:0

Hello there,

we get the following assert:

"00> <t:     480881>, app_error_weak.c,   98, Softdevice assert: 88996:0"

The board is rebooting constantly after 3 ... 7 minutes of work. What could be that 88996?

What is in use:

- nrf sdk 17

- nrf mesh sdk 5

- sending mesh data to uart-usb

- have RTT viewer for logging

- there are few nodes in mesh (5 nodes, no heavy traffic there)

The thing is, when it works -- it works, then it enters this loopy and never gets out.

Parents
  • Hi Oleh, 

    I assume you are using S140 v7.2.0 ? 

    The softdevice error 88996 suggests that it's a RADIO interrupt issue. Could you give some more information about your application ? 
    I would suggest to try testing remove functionalities (reduce any traffic) and gradually add them back to see at which point the assert occurs. 
    Have you made sure you followed the priority configuration described here

Reply
  • Hi Oleh, 

    I assume you are using S140 v7.2.0 ? 

    The softdevice error 88996 suggests that it's a RADIO interrupt issue. Could you give some more information about your application ? 
    I would suggest to try testing remove functionalities (reduce any traffic) and gradually add them back to see at which point the assert occurs. 
    Have you made sure you followed the priority configuration described here

Children
Related