<?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>500MB Data Storage without SD Card</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106156/500mb-data-storage-without-sd-card</link><description>I want to save 300 - 500 MB (Mega Byte) data on a device using nrf52832 but unfortunately I can not use removable device like SD card. I am also aware that nrf do not provide support for eMMC or NAND flash. NOR flash can not save that much data and even</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Nov 2023 16:14:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106156/500mb-data-storage-without-sd-card" /><item><title>RE: 500MB Data Storage without SD Card</title><link>https://devzone.nordicsemi.com/thread/458167?ContentTypeID=1</link><pubDate>Wed, 29 Nov 2023 16:14:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b033d67-4e93-42c5-8347-552ed92391a3</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Edit: &amp;quot;&lt;em&gt;NOR flash memory is generally considered more reliable than NAND flash memory because it utilizes individual memory cells to store data, which decreases the risk of errors affecting multiple pages&lt;/em&gt;&lt;span&gt;.&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Treat NOR flash similar to NAND flash in terms of drivers, just be aware that NAND flash will have some (more than NOR) data errors. Generally that can be handled by upper layers above the SPIM low-level drivers. Note SD cards are usually SLC or MLC NAND Flash but the error handling is done by a cpu embedded on the SD card. (SLC/MLC single vs multiple levels; MLC is denser, cheaper per bit but more error prone). Medical SD cards often use SLC in preference to MLC, though not mandatory.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;979 in stock .. not sure which country you are searching.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1701274457964v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 500MB Data Storage without SD Card</title><link>https://devzone.nordicsemi.com/thread/458031?ContentTypeID=1</link><pubDate>Wed, 29 Nov 2023 10:11:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a32b4651-458a-4760-b764-ac103166166b</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;You have to add an overlay that adds&amp;nbsp;a&lt;a href="https://docs.zephyrproject.org/latest/build/dts/api/bindings/mtd/jedec,spi-nor.html"&gt;&amp;nbsp;jedec,spi-nor&lt;/a&gt;&amp;nbsp;node,&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 500MB Data Storage without SD Card</title><link>https://devzone.nordicsemi.com/thread/457999?ContentTypeID=1</link><pubDate>Wed, 29 Nov 2023 07:40:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6bab5800-3e72-4e11-beb2-3fd56fe2474c</guid><dc:creator>bilal7317x</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1701243626405v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 500MB Data Storage without SD Card</title><link>https://devzone.nordicsemi.com/thread/457998?ContentTypeID=1</link><pubDate>Wed, 29 Nov 2023 07:40:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28ea7967-b515-4ffd-b19e-a306efe6f93b</guid><dc:creator>bilal7317x</dc:creator><description>&lt;p&gt;Also this IC is not available. Will have to wait till 16 weeks.&amp;nbsp;&lt;/p&gt;
[quote userid="130162" url="~/f/nordic-q-a/106156/500mb-data-storage-without-sd-card"]even if it can do, the hardware is not available at stores.[/quote]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 500MB Data Storage without SD Card</title><link>https://devzone.nordicsemi.com/thread/457997?ContentTypeID=1</link><pubDate>Wed, 29 Nov 2023 07:33:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4b543bb-f5b0-41ed-b612-0af0d7ec87a7</guid><dc:creator>bilal7317x</dc:creator><description>&lt;p&gt;&lt;a id="" href="https://github.com/nrfconnect/sdk-zephyr/blob/v3.4.99-ncs1/samples/drivers/spi_flash/src/main.c"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/v3.4.99-ncs1/samples/drivers/spi_flash/src/main.c&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;can we use this example code to write data to this flash memory?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/zephyr/samples/drivers/spi_flash/README.html"&gt;developer.nordicsemi.com/.../README.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 500MB Data Storage without SD Card</title><link>https://devzone.nordicsemi.com/thread/457994?ContentTypeID=1</link><pubDate>Wed, 29 Nov 2023 06:56:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb8f6ccb-cb30-4c2c-a81c-16b06b5b0fce</guid><dc:creator>bilal7317x</dc:creator><description>&lt;p&gt;I am new to nrf so can you share the library that I can use for storing and fetching files from this flash memory?&amp;nbsp;&lt;br /&gt;According to my understanding I can not use it with SD card drivers and I can not work on custom drivers.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Any kind of documentation url will be helpful.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 500MB Data Storage without SD Card</title><link>https://devzone.nordicsemi.com/thread/457993?ContentTypeID=1</link><pubDate>Wed, 29 Nov 2023 06:42:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04d93c02-3ecb-4370-b57e-cf7f69e5ecc9</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;NAND Flash is just a simple SPI with DMA interface == SPIM, try an 8-pin 4GBit == 512MByte chip, lots available eg&amp;nbsp;&lt;a href="https://www.digikey.co.uk/en/products/detail/micron-technology-inc/MT29F4G01ABBFDWB-IT-F/10280760"&gt;MT29F4G01ABBFDWB-IT-F&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href="https://www.digikey.co.uk/en/products/detail/winbond-electronics/W25X40CLSNIG/3008652"&gt;W25X40CLSNIG&lt;/a&gt;. Use in SPI or QSPI mode;&amp;nbsp; I use Micron parts on the nRF52832.&lt;/p&gt;
&lt;p&gt;Bad bits? Yes there are some but not many and most parts have these mapped out on receipt; manage as required unlike the SD card interface which does that for you. Bits can go bad in later usage, usually a read after write or software error correction handles that. Many applications eg medical device are write-once read back at depot; if a sector is bad after a write just write the same data in the next sector (example).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>