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

Connect UART to J-Link to access OpenThread CLI with nRF Connect SDK

My team is trying to acess OpenThread CLI over UART0 with the nRF Connect SDK OpenThread CLI sample with our custom board.

We have tested with a Nordic's nRF52840 DevKit and it works perfectly, however with our custom board using a J-Link which doesn't have RTS and CTS pins it isn't working.

We already tried the blinky example so we have ensured ourr power supply is OK, but we suspect that we need to disable UART hardware flow control in order to use a regular JLink, is this correct? In that case what configurations do we need?

Parents Reply
  • Ok, I guess you tried this in another example, and it worked? I suspect that it is a bit different in the Openthread examples, because the UART is more heavily weaved into the openthread module. I will have to look more into this. 

    First: Can you confirm that this works without any issues in a non-thread examples in NCS (nRF Connect SDK)? E.g a hello-world or blinky example, where you don't use flow control on the custom board? Just to check whether this is opnethread related at all.

Children
Related