<?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>Problem with example fpu_fft sdk13 nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21591/problem-with-example-fpu_fft-sdk13-nrf52832</link><description>Hi, i&amp;#39;m using keil and i would like to run the fpu_fft example to perform a fft. The example works if I set 128 or 256 as number of input vector data as you can see in the picture below.
 
 The example doesn&amp;#39;t work with 512 or more, since I can&amp;#39;t display</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 May 2017 11:47:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21591/problem-with-example-fpu_fft-sdk13-nrf52832" /><item><title>RE: Problem with example fpu_fft sdk13 nRF52832</title><link>https://devzone.nordicsemi.com/thread/84776?ContentTypeID=1</link><pubDate>Wed, 03 May 2017 11:47:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7c9ba8d-d63f-414e-8912-c43469687727</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Happy to help. If the answer solved your issue then I would appreciate if you caould mark the answer as correct/accepted by clicking the checkmark in the grey circle to the left of the answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with example fpu_fft sdk13 nRF52832</title><link>https://devzone.nordicsemi.com/thread/84775?ContentTypeID=1</link><pubDate>Wed, 03 May 2017 08:00:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a35e239-4644-41af-ae3a-58c06f4a4302</guid><dc:creator>stefano.luna</dc:creator><description>&lt;p&gt;Thank you, very useful&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with example fpu_fft sdk13 nRF52832</title><link>https://devzone.nordicsemi.com/thread/84774?ContentTypeID=1</link><pubDate>Wed, 26 Apr 2017 09:33:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7951003-e83c-470c-8d66-abe84d6ee347</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;It is log issue. Our UARTE can send only 255 bytes of data. UART API is prepared to handle at most 256B (see nrf_drv_uart_tx). Log subsystem can handle more data, but there is lack of some assertion on uart backend (see serial_tx function in nrf_log_backend_serial, mixing uint32_t with uint8_t in nrf_drv_uart_tx).&lt;/p&gt;
&lt;p&gt;The best solution to deal with huge amount of data on log output is use RTT to receive.
You&amp;#39;ll have to switch the NRF_LOG backend from UART to RTT, this is done by change the following values values in sdk_config:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_LOG_BACKEND_SERIAL_USES_UART 0

NRF_LOG_BACKEND_SERIAL_USES_RTT 1

NRF_LOG_BACKEND_MAX_STRING_LENGTH 2048(or more if You want to draw more)

NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE 2048(or more if You want to draw more)

SEGGER_RTT_CONFIG_DEFAULT_MODE 2
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And of course switch to RTT Viewer, which should automatically find RTT buffers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem with example fpu_fft sdk13 nRF52832</title><link>https://devzone.nordicsemi.com/thread/84773?ContentTypeID=1</link><pubDate>Tue, 25 Apr 2017 09:38:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:346cdf26-ec61-4b97-bfe1-8095d8b9e2ef</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Stephano, I am able to reproduce the behavior and I have asked the developer that made the example look into the issue. I will update my answer as soon as I hear back from him.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>