errInfo->err_code == 0x715(1813)

we use nRF52833,SDK:S140,17.2,sometims,the device goes into trouble and the error code is 0x715.

here is the call stack:


/port.c:128 0x00027482 PendSV_Handler
/port.c:128 0x00058296 xPortStartScheduler
/port_cmsis.c:246

i  can not find what is the value mean.

so could someone give us some advice fot this trouble?

Parents
  • Can you give me some more logs or context on when this happens or when the error is returned? What was the state of your application then? What kind of tasks your application have? 

    Are you using any of the peripherals without using our drivers from the SDK? 

    There seems to be a hardfault from the softdevice, but hard to say why it happened without getting more context of the call stack when this error happened.

Reply
  • Can you give me some more logs or context on when this happens or when the error is returned? What was the state of your application then? What kind of tasks your application have? 

    Are you using any of the peripherals without using our drivers from the SDK? 

    There seems to be a hardfault from the softdevice, but hard to say why it happened without getting more context of the call stack when this error happened.

Children
No Data
Related