<?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>Zephyr Mass storage sample (external sd card)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/88586/zephyr-mass-storage-sample-external-sd-card</link><description>Hi I m trying to implement mass storage on the arduino nano 33 ble sense board(nrf 52840) and I2c together. I m using the sample from zephyr and it will not mount the file system, I2c is working. Pin connections are OK. 
 I m using the build Booting Zephyr</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Sep 2022 07:02:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/88586/zephyr-mass-storage-sample-external-sd-card" /><item><title>RE: Zephyr Mass storage sample (external sd card)</title><link>https://devzone.nordicsemi.com/thread/388258?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2022 07:02:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f40f2365-6a40-41e4-ad95-e00ae3a073b1</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Increasing stack size solved my problem:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_MAIN_STACK_SIZE&lt;/span&gt;&lt;span&gt;=4096&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE&lt;/span&gt;&lt;span&gt;=4096&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;#
# Copyright (c) 2018 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Enable the UART driver
CONFIG_UART_ASYNC_API=y
CONFIG_NRFX_UARTE0=y
CONFIG_SERIAL=y

CONFIG_GPIO=y

# Make sure printk is printing to the UART console
CONFIG_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_UART_CONSOLE=n
CONFIG_RTT_CONSOLE=y

CONFIG_HEAP_MEM_POOL_SIZE=2048

CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_DEVICE_NAME=&amp;quot;Nordic_UART_Service&amp;quot;
CONFIG_BT_DEVICE_APPEARANCE=833
CONFIG_BT_MAX_CONN=1
CONFIG_BT_MAX_PAIRED=1

# Enable CONFIG_DISK_ACCESS_SPI_SDHCCONFIG_DISK_ACCESS_SPI_SDHCthe NUS service
CONFIG_BT_NUS=y

# Enable bonding
CONFIG_BT_SETTINGS=y
CONFIG_FLASH=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_FLASH_MAP=y
CONFIG_NVS=y
CONFIG_SETTINGS=y

# Enable DK LED and Buttons library
CONFIG_DK_LIBRARY=y

# This example requires more workqueue stack
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096

# Config logger
CONFIG_LOG=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_LOG_BACKEND_RTT=y
CONFIG_LOG_BACKEND_UART=n

CONFIG_I2C=y
CONFIG_NRFX_TWI0=y

CONFIG_ASSERT=y

CONFIG_SPI=y
CONFIG_DISK_ACCESS=y
CONFIG_DISK_DRIVER_SDMMC=y
CONFIG_FILE_SYSTEM=y
CONFIG_FAT_FILESYSTEM_ELM=y
CONFIG_FS_FATFS_NUM_FILES=4
CONFIG_SPI_NRFX_RAM_BUFFER_SIZE=64
&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr Mass storage sample (external sd card)</title><link>https://devzone.nordicsemi.com/thread/388252?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2022 06:38:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:561aeda2-3fd8-4a81-9c08-3ba65d05ddf4</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Hello, were you able to resolve this?&lt;br /&gt;&lt;br /&gt;I am having this seeing this problem with the same sd card chip.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am able to connect to SD if I use a segger fatfs example, but using the zephyr with nrf connect fails to mount SD.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr Mass storage sample (external sd card)</title><link>https://devzone.nordicsemi.com/thread/371195?ContentTypeID=1</link><pubDate>Tue, 07 Jun 2022 14:03:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2ec5bf9-a05c-49e7-b731-b71544b061f9</guid><dc:creator>suads</dc:creator><description>&lt;p&gt;Hi it is&amp;nbsp;&amp;nbsp;&lt;span&gt;Adafruit SPI Flash SD Card - XTSD 512 MB&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.adafruit.com/product/4899"&gt;www.adafruit.com/.../4899&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr Mass storage sample (external sd card)</title><link>https://devzone.nordicsemi.com/thread/371193?ContentTypeID=1</link><pubDate>Tue, 07 Jun 2022 14:00:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b2b31ce-a3f8-474b-af52-10024fc93cf2</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;what is the SD card reader/device you are trying to interface with?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>