main.cHI Nordic, I don't want bsp.c in my project. So I removed the bsp.c and included custom_board as mentioned in devzone.nordicsemi.com/.../ I am also using UART for communication. so I add #include "app_uart.h" in main.c changed #if defined(BOARD_CUSTOM)//BOARD_PCA10031 ...... #else .... #endif
My question is if I remove bsp.h in main and also below code. err_code = bsp_init(BSP_INIT_LED | BSP_INIT_BUTTONS, APP_TIMER_TICKS(100, APP_TIMER_PRESCALER),NULL); my code is not working.unable to see UART communication. kindly help me to overcome bsp issue.
also please guide me what is the use of this timer. APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS, APP_TIMER_OP_QUEUE_SIZE, NULL);
Thanks and Regards Lakshman,PMP,PMI-RMP