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

UART cann't receive data when using nRF5_SDK_12.1.0_0d23e2a in ble_app_multilink_central example

Hi,

I'm using the ble_app_multilink_central example in the newist SDK nRF5_SDK_12.1.0_0d23e2a, nRF52832. Now it can printf the log information. I want to use the uart to receive and send data from other MCU. So I add the app_uart_fifo.c document and add the uart_init() function according to the ble_app_uart example, but the uart cann't receive or send data.

Besides, before I add the uart_init function, the ble_app_multilink_central example can printf log information but I don't see any setting about the UART. I don't know why.

Thanks for your help

Parents Reply Children
Related