We are using ble app uart example in gcc. The uart event handler is not responding on APP_UART_DATA_READY. When it was build on keil it is working, but due to necessity we need to stick to gcc.
We are using ble app uart example in gcc. The uart event handler is not responding on APP_UART_DATA_READY. When it was build on keil it is working, but due to necessity we need to stick to gcc.
I am using SDK 15.2.0
Hi.
I've tried to recreate the issue by debugging your example and connecting it to the peripheral UART example (examples\ble_peripheral\ble_app_uart).
But the event handler is responding on APP_UART_DATA_READY at my computer:
Are you sure that they are connected when you try to send something?
Best regards,
Andreas