NRF52832 ble_app_uart disable bsp

Hello, 

SDK : nRF5_SDK_17.1.0_ddde560

Example: ble_app_uart

I want to use custom peripheral and disable BSP.

but when comment  buttons_leds_init(&erase_bonds);

I get 

00> <e<info> app_timer: RTC: initialized.
00>
00> <error> app: Fatal error

So, please help how can I disable BSP, and doesn't get fatal error and reboot continuously. 

Currently just wanted to comment buttons_leds_init(&erase_bonds) function, and get rid of reboot and fatal error.

Thank You







Parents
  • Hello,

    I did not manage to replicate this here. I used the original ble_app_uart example and commented the buttons_leds_init() function in main(). So we need to find out what triggers the assertion in your case. To do so, please build your project with the "Debug" configuration. This will replace the fatal error message with a verbose crashlog.

    Best regards,

    Vidar

Reply
  • Hello,

    I did not manage to replicate this here. I used the original ble_app_uart example and commented the buttons_leds_init() function in main(). So we need to find out what triggers the assertion in your case. To do so, please build your project with the "Debug" configuration. This will replace the fatal error message with a verbose crashlog.

    Best regards,

    Vidar

Children
Related