Re: printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Chettimada, Vinayak Kariappa
Hi Lars,
You can try CONFIG_RTT_CONSOLE=y in your prj.conf to get your printf on the segger RTT. i.e if you don’t want to wire up the UART.
Regards, Vinayak
From: Lars Knudsen [mailto:larsgk@...]
Sent: Thursday, July 26, 2018 3:13 PM To: Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...> Cc: Zephyr-devel@... Subject: Re: [Zephyr-devel] printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi Vinayak,
I have only connected the debug/flashing cable (see picture below). I thought the UART was part of that but of course, if it's going to different connectors, I can see why nothing appears ;)
I didn't find anywhere in the docs or via google searches that I would need more than the link cable. If it's the case, I'll just see if I can map the printk/f -> SEGGER_RTT (for now)
br Lars
On Thu, Jul 26, 2018 at 2:28 PM Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...> wrote:
|
|