<?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>I can not communicate at 1000 Hz with SPI communication</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41392/i-can-not-communicate-at-1000-hz-with-spi-communication</link><description>Hi, 
 I am using nRF_SDK_15.0.0_a53641 and writing a program with keil. 
 I am now trying to write to the SD card at 1000 Hz (1 ms) by combining &amp;quot;fatfs example&amp;quot; and &amp;quot;app timer example&amp;quot;. 
 However, communication is possible only at about 10 Hz. Is there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Dec 2018 12:23:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41392/i-can-not-communicate-at-1000-hz-with-spi-communication" /><item><title>RE: I can not communicate at 1000 Hz with SPI communication</title><link>https://devzone.nordicsemi.com/thread/160972?ContentTypeID=1</link><pubDate>Mon, 10 Dec 2018 12:23:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a734a0c5-1514-4b31-bd2b-08639fa91f1f</guid><dc:creator>y001</dc:creator><description>&lt;p&gt;It was caused by looping f_open in fatfs.&lt;/p&gt;
&lt;p&gt;f_open was described outside the loop, and within the loop it was solved by describing only f_write.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>