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

app_assert_callback error

what may be the reason for app_assert _callback error in s130,ble_central_and_peripheral that occurs from the following 2 lines

sd_softdevice_enable((uint32_t)NRF_CLOCK_LFCLKSRC_XTAL_75_PPM, softdevice_assert_callback)) and sd_ble_enable(&ble_enable_params) in main()

the thing is that i have merged the s130,ble_central program and s130,ble_central_and_peripheral program and i realise that both the program uses the above mentioned softdevice functions,which may the cause for the error,may be due to reinitialisation or something like that.

can anyone please help me solve this issue

Parents Reply
  • tq RK

    Now i have disabled the softdevice and used it again in the merged code,so the previous error is gone. but i can't connect the central device with the slave .It shows error " Connection error: error cod e 0x5".But i found that it is actually connected because the advertisement stops but displays this error instead of "connection established"

Children
No Data
Related