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 Reply Children
Related