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

Board support package removal.

Hi Nordic, I posted the issue with BSP package in devzone.nordicsemi.com/.../ unable to attach the main.c file mainOriginal.c HI Aryan, Thanks for your reply. Its working with uart example SDKXX\example\peripheral\uart. But the program not using interrupt. Moreover I am using the ble_uart_c as central. please find the attached main.c

1.removed app_gpiote.h and added nrf_drv_gpiote.h & app_uart.h 2.added Options for target -->......\componmain.cents\ble\ble_services\ble_uart_c (created folder and added ble_uart.c & ble_uart.h above 2 steps to avoid compilation error 1.//Lakshman if i remove below two line UART wont work. APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS, APP_TIMER_OP_QUEUE_SIZE, NULL); err_code = bsp_init(BSP_INIT_LED | BSP_INIT_BUTTONS, APP_TIMER_TICKS(100, APP_TIMER_PRESCALER),NULL);

kindly advise. I don't want timer and bsp package. I planned to control the gpio directly.

Thanks and Regards Lakshman,PMP,PMI-RMP

Note : unable add main.c file in add a comment. please find main.c in intial question

Related