<?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>Creating CSV format file system in Flash memory through NRF52840&amp;#39;s spi protocol</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/95210/creating-csv-format-file-system-in-flash-memory-through-nrf52840-s-spi-protocol</link><description>Hi , My system&amp;#39;s main controller is NRF52840 . My Embedded system is simple. Data logger . I want to store the sensor&amp;#39;s data in csv file in every one minute once. I want to create a file systems in Flash memory . I want to use the SPI protocol for Flash</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Dec 2023 10:58:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/95210/creating-csv-format-file-system-in-flash-memory-through-nrf52840-s-spi-protocol" /><item><title>RE: Creating CSV format file system in Flash memory through NRF52840's spi protocol</title><link>https://devzone.nordicsemi.com/thread/461682?ContentTypeID=1</link><pubDate>Tue, 26 Dec 2023 10:58:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c98c617c-86e5-42c0-b44e-075b78482625</guid><dc:creator>Avishav</dc:creator><description>&lt;p&gt;I will try. thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating CSV format file system in Flash memory through NRF52840's spi protocol</title><link>https://devzone.nordicsemi.com/thread/461680?ContentTypeID=1</link><pubDate>Tue, 26 Dec 2023 09:37:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2d17cd1-7e8d-4374-9db2-a45af154b139</guid><dc:creator>Manikandan1</dc:creator><description>&lt;p&gt;The Flash chip in development board used QSPI protocol . So we have to use the Driver&amp;nbsp;associated with&amp;nbsp; QSPI .&amp;nbsp;&lt;/p&gt;
&lt;p&gt;what we did was , we used USB MSC Class sample code and&amp;nbsp; QSPI flash&amp;nbsp;write and read procedures.&amp;nbsp; Its partially okay for my application . QSPI based drivers and our nominal FATFS will create the Volume and File creation . We can access it through USB MSC -&amp;nbsp; The Volume will appear .inside the File appear along with data .&amp;nbsp;&lt;br /&gt;&lt;br /&gt;QSPI is the main protocol here . Hope you understood . Thanks&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating CSV format file system in Flash memory through NRF52840's spi protocol</title><link>https://devzone.nordicsemi.com/thread/461678?ContentTypeID=1</link><pubDate>Tue, 26 Dec 2023 09:11:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:161c72a9-b2e2-4f1e-83b8-1456163de2a5</guid><dc:creator>Avishav</dc:creator><description>&lt;p&gt;hi domko99,&lt;/p&gt;
&lt;p&gt;did you make any progress? i am facing the exact same issue...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating CSV format file system in Flash memory through NRF52840's spi protocol</title><link>https://devzone.nordicsemi.com/thread/403935?ContentTypeID=1</link><pubDate>Mon, 09 Jan 2023 21:06:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea94192b-47de-4eb0-9be1-b206217b5549</guid><dc:creator>domko99</dc:creator><description>&lt;p&gt;Hi. Did you make any progress? Because I am facing the same problem, trying to write data from sensor to files in SOC flash (flash memory of nrf52840). I am studying code here&amp;nbsp;&lt;a id="" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/zephyr/samples/subsys/fs/littlefs/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/zephyr/samples/subsys/fs/littlefs/README.html&lt;/a&gt;&amp;nbsp;&lt;span&gt;but it doesnt use files.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating CSV format file system in Flash memory through NRF52840's spi protocol</title><link>https://devzone.nordicsemi.com/thread/402434?ContentTypeID=1</link><pubDate>Wed, 28 Dec 2022 12:23:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b5286a0-7744-497a-9090-ad822f0f9962</guid><dc:creator>Manikandan1</dc:creator><description>&lt;p&gt;Ok Thanks &lt;a href="https://devzone.nordicsemi.com/members/sigurd-hellesvik"&gt;Sigurd Hellesvik&lt;/a&gt;&amp;nbsp;. We will try and let you now.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating CSV format file system in Flash memory through NRF52840's spi protocol</title><link>https://devzone.nordicsemi.com/thread/402408?ContentTypeID=1</link><pubDate>Wed, 28 Dec 2022 10:24:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46f7dc6d-3a1e-4344-8423-b46b9018729a</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;For example the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/zephyr/samples/subsys/fs/littlefs/README.html"&gt;littlefs sample&lt;/a&gt; can store data to internal Flash.&lt;/p&gt;
&lt;p&gt;We do not have a nRF Connect SDK specific CSV library.&lt;br /&gt;However, this is generic, so you could likely use commonly available C libraries for this and include it in your project.&lt;/p&gt;
&lt;p&gt;We do not have any single sample creating CSV files and saving them to flash though, so you will have to make this yourself.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating CSV format file system in Flash memory through NRF52840's spi protocol</title><link>https://devzone.nordicsemi.com/thread/402402?ContentTypeID=1</link><pubDate>Wed, 28 Dec 2022 10:06:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7de85fb-7c1c-4a3b-bdb3-5bca94a4686c</guid><dc:creator>Manikandan1</dc:creator><description>&lt;p&gt;FS samples related to SD card one. How do&amp;nbsp;I create a CSV format file and want to store the file in Flash memory or create the csv file and store some information . Is any sample code available&amp;nbsp; like Crete a file &amp;quot; Task1.csv &amp;quot; ? Please confirm&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Creating CSV format file system in Flash memory through NRF52840's spi protocol</title><link>https://devzone.nordicsemi.com/thread/402385?ContentTypeID=1</link><pubDate>Wed, 28 Dec 2022 09:37:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93564636-8830-4009-9c01-341fd3b9c7ae</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In the nRF Connect SDK, see the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/zephyr/samples/subsys/fs/fs.html"&gt;Zephyr FS samples&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>