NRF_ERROR_SVC_HANDLER_MISSING PC at 0x00025D3D

Hi,

I'm using nRF52810 with SDK 17.02.

When I don't download bootloader my application worked normally. After I downloaded bootloader, there logging NRF_ERROR_SVC_HANDLER_MISSING.

Parents Reply Children
  • And this only happens when the bootloader is present?

    Yes. If I just download soft device, this application will work normally.

  • OK, thanks for confirming. I still don't see how the bootloader could be impacting this. Does the MQTT_QMTOPEN command cause the receiver to respond with more data than the other commands?

  • MQTT_QMTOPEN command cause the receiver to respond with more data than the other commands?

    But I don't edit the application process when I removed bootloader.  

  • There is not enough information for me to go on here, unfortunately. The bootloader will normally not have any impact on the program execution in the main app.

  • Please check my video.

    Video 1 WITHOUT BOOTLOADER

    1.erase chip

    2.program SoftDevice

    3.download application

    Video 2 & 3  WITH BOOTLOADER

    1.erase chip

    2.program SoftDevice

    3.program bootloader

    4.DFU by nRFConnect 

    5.RTT Viewer log

Related