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

Send UART break

Our nRF52840 is connected via UARTE @ UART_1 to a modem which does not have a WAKE pin - the only method of waking it from sleep is to send a UART break. Is there any way to accomplish this on the nRF52840?

Parents Reply Children
  • I don't know how your device interprets it, but according to the page that I linked, it may be sufficient to just send a 0x00. If not you have to do something else. It may be just as easy to disable the UART, set it to low, wait for a while (a bit more than one byte with the baudrate that you use, and turn the UART back on. I don't have the modem that you speak of, so I can't test it, but you can try to analyze the GPIO with a logic analyzer to see that it behaves like you want to.

Related