2024-01-18 07:20 AM
I have the NUCLEO-L433RC-P development board and looking for some code that will allow me to read and write to a micro SD card, but I can't seem to find anything in the example code for this processor.
I found some SD card example code but they were for a different processors and I don't know how to change the processor to an STM32L433
How can I get some software that will allow me to use an SD card with this development board ?
2024-01-23 09:53 AM
So it thinks your card has no filesystem on it
2024-01-24 01:05 AM
So there is something wrong with the driver then ?
Because the card works in my Windows laptop, I can format, read, write and delete files to the card
But the driver for the NUCLEO-L433RC-P thinks it has no file system, when it obviously does
2024-01-24 07:30 AM
Is the card even initialising properly?
Perhaps the card doesn't (fully/properly) support SPI access?