UART_RX_STOPPED in NCS 2.7.0 nRF52832

Hello,

I have an application that I have been working on that is based off of the peripheral_uart example.  I plan on attaching the device to a computer with a serial cable to perform a configuration and calibration operation.  The process consists of several messages that go back and forth from the PC to the board and back to the PC.  Typing commands to the device, the device seems to work fine and I can get the responses I expect.  When I am using the PC application, after a period of time, I see the device get the UART_RX_STOPPED event.  In the peripheral_uart example there is no case for the UART_RX_STOPPED. 

What is the best method for resetting or re-enabling the UART so the device will receive more transmissions? 

Parents Reply Children
No Data
Related