<?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>fat32 sd card with nrf9160</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71830/fat32-sd-card-with-nrf9160</link><description>hi 
 i was trying to interface sd card with nrf9160 in segger emstudio. i was following the ticket Reading SD card on nRF9160dk - Nordic Q&amp;amp;A - Nordic DevZone - Nordic DevZone (nordicsemi.com) but no output message is printing on terminal all the settings</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Mar 2021 15:35:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71830/fat32-sd-card-with-nrf9160" /><item><title>RE: fat32 sd card with nrf9160</title><link>https://devzone.nordicsemi.com/thread/297265?ContentTypeID=1</link><pubDate>Tue, 02 Mar 2021 15:35:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d57aa1fb-bb81-4468-a898-66bd43db866a</guid><dc:creator>Y0g1</dc:creator><description>&lt;p&gt;i will check and revert u&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fat32 sd card with nrf9160</title><link>https://devzone.nordicsemi.com/thread/296005?ContentTypeID=1</link><pubDate>Wed, 24 Feb 2021 11:47:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b49dc9e3-f4ca-4a98-9e66-fb8adcff5d26</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="oys"]Have you verified correct output to pins in your overlay? Please measure the output on the pins connected to your SD card to verify functionality using a oscilloscope.&amp;nbsp;[/quote]
&lt;p&gt;&amp;nbsp;You did not answer my question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fat32 sd card with nrf9160</title><link>https://devzone.nordicsemi.com/thread/295906?ContentTypeID=1</link><pubDate>Tue, 23 Feb 2021 16:15:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:224d6459-bd13-4291-81e5-8c88b21435d2</guid><dc:creator>Y0g1</dc:creator><description>&lt;p&gt;i am not using the kit we designed a custom pcb which includes the sd card so not role of&amp;nbsp;the kit controller settings i think.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fat32 sd card with nrf9160</title><link>https://devzone.nordicsemi.com/thread/295767?ContentTypeID=1</link><pubDate>Tue, 23 Feb 2021 09:53:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41300e64-0ab3-4002-a2b0-f1697f7ea818</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;&lt;em&gt;zephyr\lib\libc\minimal\include\errno.h&lt;/em&gt; gives the following description of error -5&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define EIO 5		/* I/O error */&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Here is what I get from the output, when running on nRF9160DK without a SD card reader:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="powershell"&gt;2021-02-23T09:46:48.291Z DEBUG modem &amp;lt;&amp;lt; *** Booting Zephyr OS build v2.4.0-ncs2  ***
2021-02-23T09:46:48.297Z DEBUG modem &amp;lt;&amp;lt; Flash regionsDomainPermissions
2021-02-23T09:46:48.299Z DEBUG modem &amp;lt;&amp;lt; 00 00 0x00000 0x08000 Securerwxl
2021-02-23T09:46:48.301Z DEBUG modem &amp;lt;&amp;lt; 01 31 0x08000 0x100000 Non-Securerwxl
2021-02-23T09:46:48.310Z DEBUG modem &amp;lt;&amp;lt; Non-secure callable region 0 placed in flash region 0 with size 32.
2021-02-23T09:46:48.478Z DEBUG modem &amp;lt;&amp;lt; SRAM regionDomainPermissions
2021-02-23T09:46:48.482Z DEBUG modem &amp;lt;&amp;lt; 00 07 0x00000 0x10000 Securerwxl
2021-02-23T09:46:48.486Z DEBUG modem &amp;lt;&amp;lt; 08 31 0x10000 0x40000 Non-Securerwxl
2021-02-23T09:46:48.489Z DEBUG modem &amp;lt;&amp;lt; PeripheralDomainStatus
2021-02-23T09:46:48.494Z DEBUG modem &amp;lt;&amp;lt; 00 NRF_P0               Non-SecureOK
2021-02-23T09:46:48.496Z DEBUG modem &amp;lt;&amp;lt; 01 NRF_CLOCK            Non-SecureOK
2021-02-23T09:46:48.499Z DEBUG modem &amp;lt;&amp;lt; 02 NRF_RTC0             Non-SecureOK
2021-02-23T09:46:48.502Z DEBUG modem &amp;lt;&amp;lt; 03 NRF_RTC1             Non-SecureOK
2021-02-23T09:46:48.504Z DEBUG modem &amp;lt;&amp;lt; 04 NRF_NVMC             Non-SecureOK
2021-02-23T09:46:48.510Z DEBUG modem &amp;lt;&amp;lt; 05 NRF_UARTE1           Non-SecureOK
2021-02-23T09:46:48.513Z DEBUG modem &amp;lt;&amp;lt; 06 NRF_UARTE2           SecureSKIP
2021-02-23T09:46:48.515Z DEBUG modem &amp;lt;&amp;lt; 07 NRF_TWIM2            Non-SecureOK
2021-02-23T09:46:48.518Z DEBUG modem &amp;lt;&amp;lt; 08 NRF_SPIM3            Non-SecureOK
2021-02-23T09:46:48.521Z DEBUG modem &amp;lt;&amp;lt; 09 NRF_TIMER0           Non-SecureOK
2021-02-23T09:46:48.528Z DEBUG modem &amp;lt;&amp;lt; 10 NRF_TIMER1           Non-SecureOK
2021-02-23T09:46:48.531Z DEBUG modem &amp;lt;&amp;lt; 11 NRF_TIMER2           Non-SecureOK
2021-02-23T09:46:48.533Z DEBUG modem &amp;lt;&amp;lt; 12 NRF_SAADC            Non-SecureOK
2021-02-23T09:46:48.536Z DEBUG modem &amp;lt;&amp;lt; 13 NRF_PWM0             Non-SecureOK
2021-02-23T09:46:48.539Z DEBUG modem &amp;lt;&amp;lt; 14 NRF_PWM1             Non-SecureOK
2021-02-23T09:46:48.545Z DEBUG modem &amp;lt;&amp;lt; 15 NRF_PWM2             Non-SecureOK
2021-02-23T09:46:48.547Z DEBUG modem &amp;lt;&amp;lt; 16 NRF_PWM3             Non-SecureOK
2021-02-23T09:46:48.552Z DEBUG modem &amp;lt;&amp;lt; 17 NRF_WDT              Non-SecureOK
2021-02-23T09:46:48.554Z DEBUG modem &amp;lt;&amp;lt; 18 NRF_IPC              Non-SecureOK
2021-02-23T09:46:48.556Z DEBUG modem &amp;lt;&amp;lt; 19 NRF_VMC              Non-SecureOK
2021-02-23T09:46:48.564Z DEBUG modem &amp;lt;&amp;lt; 20 NRF_FPU              Non-SecureOK
2021-02-23T09:46:48.566Z DEBUG modem &amp;lt;&amp;lt; 21 NRF_EGU1             Non-SecureOK
2021-02-23T09:46:48.568Z DEBUG modem &amp;lt;&amp;lt; 22 NRF_EGU2             Non-SecureOK
2021-02-23T09:46:48.569Z DEBUG modem &amp;lt;&amp;lt; 23 NRF_DPPIC            Non-SecureOK
2021-02-23T09:46:48.577Z DEBUG modem &amp;lt;&amp;lt; 24 NRF_GPIOTE1          Non-SecureOK
2021-02-23T09:46:48.579Z DEBUG modem &amp;lt;&amp;lt; 25 NRF_REGULATORS       Non-SecureOK
2021-02-23T09:46:48.585Z DEBUG modem &amp;lt;&amp;lt; SPM: NS image at 0xc000
2021-02-23T09:46:48.586Z DEBUG modem &amp;lt;&amp;lt; SPM: NS MSP at 0x200111d0
2021-02-23T09:46:48.587Z DEBUG modem &amp;lt;&amp;lt; SPM: NS reset vector at 0xdc4d
2021-02-23T09:46:48.589Z DEBUG modem &amp;lt;&amp;lt; SPM: prepare to jump to Non-Secure image.
2021-02-23T09:46:48.597Z DEBUG modem &amp;lt;&amp;lt; *** Booting Zephyr OS build v2.4.0-ncs2  ***
2021-02-23T09:46:48.598Z DEBUG modem &amp;lt;&amp;lt; Error mounting disk.
2021-02-23T09:46:48.600Z DEBUG modem &amp;lt;&amp;lt; [00:00:00.004,058] [1;31m&amp;lt;err&amp;gt; main: Storage init ERROR![0m
2021-02-23T09:46:48.604Z DEBUG modem &amp;lt;&amp;lt; [00:00:00.004,089] [1;31m&amp;lt;err&amp;gt; fs: fs mount error (-5)[0m
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;How have you connected your SD card to the board?&lt;/p&gt;
&lt;p&gt;What pins are you using? Please make sure to use pins that are not controlled by the board controller.&lt;/p&gt;
&lt;p&gt;If you are using pins controlled by it, have you&amp;nbsp;configured the board controller?&lt;/p&gt;
&lt;p&gt;Have you verified correct output to pins in your overlay? Please measure the output on the pins connected to your SD card to verify functionality using a oscilloscope.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fat32 sd card with nrf9160</title><link>https://devzone.nordicsemi.com/thread/295677?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2021 16:32:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a157b38-0a50-4728-a222-3884cf94386c</guid><dc:creator>Y0g1</dc:creator><description>&lt;p&gt;yes i am not getting any error but the sd card is not working by this looks like code is get stuck somewhre. nothing as output&amp;nbsp; on terminal i check uart is working fine if i removed the card i got error -5&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fat32 sd card with nrf9160</title><link>https://devzone.nordicsemi.com/thread/295670?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2021 15:48:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:373b316b-3725-4224-8ba0-9474906e88b3</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Ok, and what error code do you get? Did you try using the samples found under&amp;nbsp;&lt;strong&gt;&lt;em&gt;ncs/zephyr/samples/subsys/fs/fat_fs&lt;/em&gt;&lt;/strong&gt;&lt;em&gt;?&amp;nbsp;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fat32 sd card with nrf9160</title><link>https://devzone.nordicsemi.com/thread/295643?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2021 14:45:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e44b2ae7-1995-414f-b706-cd7385063951</guid><dc:creator>Y0g1</dc:creator><description>&lt;p&gt;i am working on ncs v1.4.0 and using a custom pcb for nrf9160. as explained above i am using the fat fs code from ncs/modules/fs/fatfs code. which giving me error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fat32 sd card with nrf9160</title><link>https://devzone.nordicsemi.com/thread/295560?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2021 12:46:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8eafb85-8f30-4293-afc3-29f628caaa0e</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Can you please provide more information on what NCS version you are using, what steps have you done, etc? Are you using the nRF9160DK or a custom board?&lt;/p&gt;
&lt;p&gt;Thanks.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>