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