I am using the Communications Framework on sf_uart_comms. I can successfully write and read characters to and from the UART using this framework. However the r_sci_uart driver callback function is never being called.
Upon more testing, if I eliminate the framework portion from my project and use the r_sci_uart driver directly, the callback function now is called after writing characters and when receiving characters.
Is this behavior expected?