Hi,
i have some code thats based off of the uart_async_adapter.c example code. I'm getting a `usage fault` which i've traced to uart_irq_handler. it happens when i try to send a single byte 7F over the uart.
the strange thing is that after that fault it resets then it always works the second time.
uart_async_adapter.c: irq_handler
i get the "Notification: UART_RX_BUF_RELEASED" in the switch_rx_buffer() function, just before the crash.
- uart_irq_handler
- on_rx_ready(dev, data)
- switch_rx_buffer(dev, true)
- notify_rx_buffer_req(dev)
RTT Log:
I modified the log_dbg message in the on_error() function to include the rx_err code, which is `12`. i think this means UART_ERROR_FRAMING & UART_BREAK
not sure if its because the other end of the uart (another mcu) is being configured to enable its uart, before sending the data, and so causing some noise. is there a way to basically clear any pending interrupts and rx buffer in the nrf device?
sorry hope that makes some sense, i can provide more details if needed.
many thanks,
michael.