<?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>nrf51-dk practical differences between JLINK &amp;amp; mbed MCU interface firmware</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8740/nrf51-dk-practical-differences-between-jlink-mbed-mcu-interface-firmware</link><description>Hi there,
just wanted to know what the practical differences between the JLINK and mbed MCU interface firmwares are. 
 From what I experience I can only use the UART over USB (pc.printf) functionality on the mbed firmware. With the JLINK firmware a</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Aug 2015 12:14:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8740/nrf51-dk-practical-differences-between-jlink-mbed-mcu-interface-firmware" /><item><title>RE: nrf51-dk practical differences between JLINK &amp; mbed MCU interface firmware</title><link>https://devzone.nordicsemi.com/thread/32054?ContentTypeID=1</link><pubDate>Fri, 14 Aug 2015 12:14:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bced03d6-a149-497b-a444-885be49711c4</guid><dc:creator>Jens Str&amp;#252;mper</dc:creator><description>&lt;p&gt;All of a sudden, after a couple of failed tries  serial usb is working now using JLINK interface firmware and mbed  binary. My example code is:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;    #include &amp;quot;mbed.h&amp;quot;              

   Serial pc(USBTX, USBRX);

   int main() {
     pc.printf(&amp;quot;Echoes back to the screen anything you type\n&amp;quot;);
       while(1) {
       pc.putc(pc.getc());
     }
   }
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Thanks!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51-dk practical differences between JLINK &amp; mbed MCU interface firmware</title><link>https://devzone.nordicsemi.com/thread/32053?ContentTypeID=1</link><pubDate>Fri, 14 Aug 2015 10:17:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:926882f4-9499-409e-ba16-dd483311b864</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;The UART over USB on the JLink version is most-definitely fully functional on the DK. I don&amp;#39;t know what pc.printf() does, perhaps it doesn&amp;#39;t use it correctly. If you set the UART up correctly with the correct pins, initialize it etc and run a suitable terminal session on the other end, it works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>