This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SD card with Zephyr SDK 2.4.0

Hello

I need to do SD Card with nRF52840-DK. I have referred (zephyr/example/subsys/fatfs) sample program, based on that I have made one new project and also made overlay and conf file. In that code. I have used SPI1 pins which you can find in attached document.

.conf File:

Overlay File:

SPI1 pins according to DTS file.

sck-pin = <31>;

mosi-pin = <30>;

miso-pin = <40>;

 

I am facing SD Card mount error while checking signals on SPI pins with the help of logic analyzer but no signal was displayed in analyzer on any pin.

So, I need to know what I have to change or please suggest some reference to do this as early as possible.

Thanks & Regards,

Hinal Tailor

 

Parents Reply Children
No Data
Related