App crashes after manual disconnection from mobile application.

There is a custom bootloader in the flash having a address of 0x27000 immediately after the soft device occur, the bootloader code jumps directly to our beacon application having a flash address of 0x30100. The beacon application works fine.

Then we connected a mobile with the beacon and disconnected. After disconnection we didn't see any beacon broadcast from the device(nrf52833). Please help me to find the reason.    

Parents Reply Children
  • hi,

    I am developing ibeacon application using nRF5 SDK with nrf52833 board. It will advertise beacon data every 100ms. it supports connection from central device. 

    In our case mobile app is central device.

    I am connected to my ibeacon using  mobile app. After forceful disconnection from mobile app. our nrf52833 based beacon application disconnected successfully. After few seconds of disconnection i can't see broadcast from beacon. This issue happens when I am combining custom bootloader. Without bootloader there is no issue after forceful disconnection. 

Related