Hi Team,
Can some one help me out? I really a newbie and I try to use example to modify for my need and something work okay now (bluetooth) but when I try to use the uart take from those example too.
and ble stop working it seem stuck somewhere or I missing something on configure file but I don't know. I search through internet and try few solutions but none work.
and in uart init when I remove below code ble working again :(
I stuck with it 2 days and this is my last resource to ask your help on this. I attached my project to this stuff too.ble_app_Bike_pca10040_s132.zip
APP_UART_FIFO_INIT(&comm_params,
UART_RX_BUF_SIZE,
UART_TX_BUF_SIZE,
uart_event_handle,
APP_IRQ_PRIORITY_LOWEST,
err_code);
APP_ERROR_CHECK(err_code);