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

some error cause hid-mouse reboot

error:-559038737 ...line:1128 file_name:src\ll_lm.s0.c

And I can't find this file, so can somebody help?

Why this happen? How can I do to avoid this? It will cause reboot.

It will happen sometimes, I just move mouse send sensor data.

nrf51_sdk_v5_1_0_36092 s110_nrf51822_6.0.0_softdevice.hex

chip: nRF51822 QFAB B0

Parents
  • This is an assert from the softdevice, and should not happen, unless you do something illegal in your application. Examples of illegal things could be for instance

    • to have interrupts running with priority 0,
    • do flash operations directly through the NVMC when the softdevice is enabled, and
    • disable all interrupts.

    If you do either of these, can you please fix that, and see if that removes the problem?

    If you don't have any of these, or if fixing it doesn't change things, can you please supply your complete code project, so that I can have a look? If you want confidentiality, you can create a support case instead of posting it here.

Reply
  • This is an assert from the softdevice, and should not happen, unless you do something illegal in your application. Examples of illegal things could be for instance

    • to have interrupts running with priority 0,
    • do flash operations directly through the NVMC when the softdevice is enabled, and
    • disable all interrupts.

    If you do either of these, can you please fix that, and see if that removes the problem?

    If you don't have any of these, or if fixing it doesn't change things, can you please supply your complete code project, so that I can have a look? If you want confidentiality, you can create a support case instead of posting it here.

Children
No Data
Related