Hi,
I am trying to modify the multilink central example to send string to other board (peripheral)
I already did the UART configuration and in my tests I saw that when I sent a string by terminte the uart_event_handle method doenst called.
Are there any configuration for enable the uart interruption.
I think that the string must pass for this method (uart_event_handle), when I wrote the string in the termite and push enter
Can anyone help me?