Terminal output using uVision

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
TMiranda
Offline
Last seen:2 years 6 months ago
Joined:2017-11-16 18:00
Terminal output using uVision

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:
MT_dialog
Offline
Last seen:2 months 3 weeks ago
Staff
Joined:2015-06-08 11:34
Hi TMiranda,

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