Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52 shows "unknown function at 0x00000A60" after 58 minute fix time

Hello Nordic Community,

I am using nRF52840 SDK 17.0.2.

I took examples\ble_peripheral\ble_app_beacon as reference and created mBeacon profile.

Then I created three different handler using timer.

First is beacon timer handler which starts advertising at every 20 second.

Second is sampling timer handler which occurs at every 60 second period and measures sensor values also updates these values in advertising.

Third is logging timer handler which logs sensor data on UART at every 60 second time period.

everything is working continuously for 58 minutes after that it shows "unknown function at 0x00000A60".

I haven't used and debug point in code. Debug is used for RTT logs only.

Can you tell me what is wrong going here?

Thanks in advance

Nikunj P. 

Parents Reply Children
Related