Hi, This seems to be a common issue, but I didn't see a way around for my problem. I use Nordic nRF52840 DK as a JTAG interface with some openthread devices. I can see the console messages being sent by my devices. I cant seem to get a reply for my commands send via the input channel. I can see in the log window that all the chars in my input string being sent to the device. But I cant see any chars being sent back. I know if I try the serial console, I get a reply for the same command. I tried this on both sleepy end devices and full thread devices, same results.
In my RTT config I have
CONFIG_LOG_BACKEND_RTT=y
CONFIG_SEGGER_RTT_PRINTF_BUFFER_SIZE=128
CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN=128
CONFIG_SEGGER_RTT_BUFFER_SIZE_UP=1024
Any ideas how to resolve this?
Cheers,
Kaushalya
In my RTT config I have
CONFIG_LOG_BACKEND_RTT=y
CONFIG_SEGGER_RTT_PRINTF_BUFFER_SIZE=128
CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN=128
CONFIG_SEGGER_RTT_BUFFER_SIZE_UP=1024
Any ideas how to resolve this?
Cheers,
Kaushalya