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

FATAL ERROR to declare the UART module in multilink example

Hi,

I am trying to modify the multilink central example to send string to other board.

In the main.c I inserted the uart_init(), uart_event_handle() methods

I added still some libraries as retarget, app_fifo, app_uart_fifo and the ble_nus_c service.

I changed also some configuration in the sdk_config file to enable the services above.

When I did the Load in the board the termine show me ERROR: Fatal

This error occurs int the uart_init, in this line APP_ERROR_CHECK(err_code);. 

If I did comment in app_uart_comm_params_t, the error dont occurs.

Please, Can anyone help to configure UART?

Related