<?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>UART print is not getting?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12602/uart-print-is-not-getting</link><description>Hi all, 
 I&amp;#39;m using pca10040 board with sdk version nRF5_SDK_11.0.0-2.alpha_bc3f6a0. 
 There i&amp;#39;m using example code of spi handling. Instead of nrf_log_printf i changed printf and enabled uart_init().
Program is compiling successfully but i&amp;#39;m not able</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Nov 2016 09:03:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12602/uart-print-is-not-getting" /><item><title>RE: UART print is not getting?</title><link>https://devzone.nordicsemi.com/thread/47841?ContentTypeID=1</link><pubDate>Tue, 22 Nov 2016 09:03:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0a0306f-bdf1-489d-9dfa-55117e3e942e</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Ole, should we mark this as fixed in 12.1.0 then?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART print is not getting?</title><link>https://devzone.nordicsemi.com/thread/47840?ContentTypeID=1</link><pubDate>Tue, 06 Sep 2016 12:17:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8834eb3b-5382-4116-98cd-cdb9edca9ea4</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;The problem was that ble_app_template used app_uart.c instead of app_uart_fifo.c by default. The nrf_log module is now using its own implementation for uart so it is fixed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART print is not getting?</title><link>https://devzone.nordicsemi.com/thread/47839?ContentTypeID=1</link><pubDate>Tue, 31 May 2016 08:30:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e88bf7a7-7073-4d3c-8b78-9edf540ddc6c</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;There have been no new SDK release yet, hence this bug is not fixed. The workaround is still to use app_uart_fifo.c instead of app_uart.c. With this workaround you should be able to use nrf_log_printf.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART print is not getting?</title><link>https://devzone.nordicsemi.com/thread/47838?ContentTypeID=1</link><pubDate>Tue, 31 May 2016 03:12:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:675d90ee-16ef-4041-a4a1-0cf765dcd749</guid><dc:creator>Vincent</dc:creator><description>&lt;p&gt;Does this bug fix yet?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART print is not getting?</title><link>https://devzone.nordicsemi.com/thread/47837?ContentTypeID=1</link><pubDate>Mon, 25 Apr 2016 09:04:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56abcaeb-dfbe-47d7-ba02-e377bf42e025</guid><dc:creator>Vincent</dc:creator><description>&lt;p&gt;So I can not use nrf_log_printf  in 11.0.0-2.alpha right.
Because I use nrf_log_printf printf a String but just one char show up now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART print is not getting?</title><link>https://devzone.nordicsemi.com/thread/47836?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2016 13:54:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd6389f8-0199-4be8-bde3-401b51b2a275</guid><dc:creator>arun</dc:creator><description>&lt;p&gt;Thanks a lot, Now i got uart prints in console.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART print is not getting?</title><link>https://devzone.nordicsemi.com/thread/47835?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2016 13:23:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7166fda4-1b1b-4024-895d-a42b3c7034e4</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Try to use app_uart_fifo.c instead of app_uart.c in your project. If you use app_uart.c printf will only print out the first byte.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update 2016-04-07:&lt;/strong&gt; This is also a bug if you use ble_app_template example in SDK 11, where app_uart.c is used instead of app_uart_fifo.c. This will be fixed for the next SDK release.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>