Hi.
I'm currently doing the tutorials presented on the SDK 6 Software Developer's Guide on my DA14585, using the newest SDK (6.0.6) and uVision (5.24.1).
In the Software Guide, the blinky example uses the Tera Terminal to show the output console. My doubt is: Is it possible to show the output in the uVision serial windows? I've seen that uVision have UART #1, #2, #3 and a Debug (printf) Viewer, but I've found no examples of any of those windows being used to display output as a terminal/console.
Any tips?
Thanks in advance.
Link I've found that might answer it:https://devzone.nordicsemi.com/question/1631/showing-uart-strings-in-keil/
Keywords:
Device:
Hi TMiranda,
In the SDK in order to print debugging messages, only the UART module of the 585 is used, regarding the printing tools that keil offers, as the post that you 've referenced indicates the UART #1, #2, #3 are used only for a simulated CPU and not for exchanging data with the actual processor, regarding the printf (Viewer) that requires the Instrumentation Trace Macrocell module that the 580 isn't equipped with.
Thanks MT_dialog