2018-06-25 10:48 PM
I just started working on this device and I wish to interface it with an STM32F446RE board. I saw in a number of other threads that using the stm32_adafruit_sd.c was an easy way to use this. There are also a number of recommendations to use FatFS. How am I to integrate both of these together. Or is it enough to just use the adafruit files?
2018-06-25 11:25 PM
This is the reader that I am using.
2018-06-26 12:31 AM
For the NUCLEO board there are supporting SPI and pin configuration in the BSP directory.
2018-06-26 02:58 AM
Will this allow me to use the board ive attached as a picture above. Cause, in the instructions it says it is for the microSD available on Adafruit 1.8' TFT LCD. Also, if i can use it, a supposed to simply add the file path and then call the necessary functions?
2018-06-26 06:48 AM
Not a board I would have picked, but probably workable.
You'd want to wire up the board in an equivalent way to the circuit/connectivity used by the Adafruit board, or adapt the software to conform to the pin choices you have made.
Wire everything up identically you can use the files as they are.
I've provided bug fix for read/write multiple issue with the code in another thread.