<?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>USB Mass Storage Sample using nRF7002-dk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104575/usb-mass-storage-sample-using-nrf7002-dk</link><description>Hello 
 I would like use the USB Mass Storage Sample from Zephyr on the nRF7002-dk . Looking at the supported boards for this sample, I can see that the nRF7002-dk is not in the list. The only difference is that on these boards the flash is connected</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Oct 2023 09:47:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104575/usb-mass-storage-sample-using-nrf7002-dk" /><item><title>RE: USB Mass Storage Sample using nRF7002-dk</title><link>https://devzone.nordicsemi.com/thread/450003?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2023 09:47:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7aa4da0c-1115-4479-88f6-532d21c0572a</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The disk has already been formatted to the former size.&lt;/p&gt;
&lt;p&gt;If you erase the partition and reboot the nRF, it shall re-create the fat16 partition for you again.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: USB Mass Storage Sample using nRF7002-dk</title><link>https://devzone.nordicsemi.com/thread/449875?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 14:15:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ba43e3b-0e8f-4660-ac50-aec696ee3aa7</guid><dc:creator>Avgerinos89</dc:creator><description>&lt;p&gt;Great! I did what you suggested. Now on the LOG I can see the new size.&lt;br /&gt;But on my computer it says the same. 44KB size, and when I try to format the choice for the capacity is at 64KB.&lt;/p&gt;
&lt;p&gt;Is there any other step to format the disk at the right data size?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:106px;max-width:522px;" height="106" src="https://devzone.nordicsemi.com/resized-image/__size/1044x212/__key/communityserver-discussions-components-files/4/pastedimage1697033563421v1.png" width="522" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: USB Mass Storage Sample using nRF7002-dk</title><link>https://devzone.nordicsemi.com/thread/449873?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 14:06:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b9e191b-abb0-4f65-8452-4f467b16ebd0</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is your overlay:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;mx25r64 {
	partitions {
		compatible = &amp;quot;fixed-partitions&amp;quot;;
		#address-cells = &amp;lt;1&amp;gt;;
		#size-cells = &amp;lt;1&amp;gt;;

		storage_partition: partition@0 {
			label = &amp;quot;storage&amp;quot;;
			reg = &amp;lt;0x00000000 0x00020000&amp;gt;;
		};
	};
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It currently sets aside &amp;quot;reg = ...&amp;quot; addr 0 to addr 0x20000. You can expand this to 0x800000 (8MByte/64MBit)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: USB Mass Storage Sample using nRF7002-dk</title><link>https://devzone.nordicsemi.com/thread/449867?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 13:58:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2cd2b28-0640-4e6b-86ac-7d9f37ee9802</guid><dc:creator>Avgerinos89</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;span&gt;H&amp;aring;kon,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks again for the help!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I can see that there is a mismatch on the real size of the flash and on the disk size that the computer shows.&lt;br /&gt;The flash is the &lt;a href="https://www.macronix.com/Lists/Datasheet/Attachments/8868/MX25R6435F,%20Wide%20Range,%2064Mb,%20v1.6.pdf"&gt;MX25R6435F&amp;nbsp;&lt;/a&gt;, which is 8MByte in size. The computer shows 44KB disk size. When I try to format&amp;nbsp;(on windows) the disk in FAT, it shows that the capacity of the drive is 64KB.&lt;br /&gt;Do you know why is this mismatch or how it can be fixed?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you in advance!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: USB Mass Storage Sample using nRF7002-dk</title><link>https://devzone.nordicsemi.com/thread/449811?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 12:13:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60c6a03b-7c36-41b1-b74b-c55468b1ef16</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Great to hear!&lt;/p&gt;
&lt;p&gt;Hope you have a wonderful day!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: USB Mass Storage Sample using nRF7002-dk</title><link>https://devzone.nordicsemi.com/thread/449803?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 12:06:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8027c1c7-24ae-4e9d-9486-bc841c6362f1</guid><dc:creator>Avgerinos89</dc:creator><description>&lt;p&gt;Yes, that works!&lt;br /&gt;Thanks&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:129px;max-width:590px;" height="129" src="https://devzone.nordicsemi.com/resized-image/__size/1180x258/__key/communityserver-discussions-components-files/4/pastedimage1697025971148v3.png" width="590" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: USB Mass Storage Sample using nRF7002-dk</title><link>https://devzone.nordicsemi.com/thread/449796?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 11:50:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00efd3aa-bdca-4f71-8457-0386aa9b838e</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you try setting:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And see if this helps?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>