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

nRF CONNECT softdevice assert 62, 1795

./arm-zephyr-eabi-addr2line -e ~/ncs/build/zephyr/zephyr.elf -a 0x00019782
0x00019782
/home/lingao/ncs/nrf/subsys/bluetooth/controller/hci_driver.c:122

Parents
  • Hi,

    An assert at that address means the SoftDevice was not able to perform all required actions within a timing constraint. Most likely the SoftDevice has been prevented from executing.

    Possible reasons includes:

    • not releasing a timeslot before it expires
    • excessive disabling of interrupts
    • halting at breakpoint during debugging, then resuming execution
Reply
  • Hi,

    An assert at that address means the SoftDevice was not able to perform all required actions within a timing constraint. Most likely the SoftDevice has been prevented from executing.

    Possible reasons includes:

    • not releasing a timeslot before it expires
    • excessive disabling of interrupts
    • halting at breakpoint during debugging, then resuming execution
Children
No Data
Related