<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>simple uart example, no output on the nRFgo display</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1152/simple-uart-example-no-output-on-the-nrfgo-display</link><description>I have the simple UART example working with the nRFgo motherboard laid out as described in the SDK docs, with 2p connectors on the RS-232 P15 and the SDA and SCL pins of the nRFgo display. I can flash the device and connect to it in a terminal session</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Dec 2013 14:26:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1152/simple-uart-example-no-output-on-the-nrfgo-display" /><item><title>RE: simple uart example, no output on the nRFgo display</title><link>https://devzone.nordicsemi.com/thread/5408?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2013 14:26:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e37414b-0a37-4fd4-a931-280a788e1436</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;You need ITM support in the core for this, which we do not have.
Using the simulator, I believe that this is possible, although I have not tried this.&lt;/p&gt;
&lt;p&gt;-H&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: simple uart example, no output on the nRFgo display</title><link>https://devzone.nordicsemi.com/thread/5407?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2013 17:18:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecea29d2-e37e-4aa0-96b0-fd72864b8a94</guid><dc:creator>Eliot Stock</dc:creator><description>&lt;p&gt;OK, thanks. Here&amp;#39;s another approach to the same problem then: how do I see my UART conversation in the UART window in Keil? The Keil docs are very thin on the subject and seem to suggest it&amp;#39;s only for their simulator. Is that the case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: simple uart example, no output on the nRFgo display</title><link>https://devzone.nordicsemi.com/thread/5406?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2013 13:43:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec68f9a3-3b72-477a-a709-34396a7a49fc</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi Eliot,&lt;/p&gt;
&lt;p&gt;The nRFgo Display runs on I2C.
What you will have to do then is to create a bridge from the UART to the I2C.&lt;/p&gt;
&lt;p&gt;You can buffer up the UART bytes until it hits &amp;quot;max-display-lines&amp;quot;, or &amp;quot;ENTER&amp;quot;.
Then send that buffer via the nrf6350 library (nrf6350_lcd_write_string).&lt;/p&gt;
&lt;p&gt;Best regards
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>