How to merge SD card interface by SPI with FatFs middleware. in STM32F103C8T6. in Keil IDE.
Hello Vaibhav here.
I am interfacing SD card by SPI protocol with STM32F103C8T6 microcontroller.
My aim is to write data with .txt file in SD card.
I have enable the option for FatFs middleware from CubeMX but do not have any idea about how to merge SD card initialized by SPI protocol with FatFs middleware.
Sample code for the same would be highly appreciated.
Just in need of some simple code for operations like 1) write to SD card with "Example.txt" file name.
2) Read from SD card with "Example.txt" file name. etc. etc.
Please resolve the above mention issue as soon as possible as i have dead line to submit my work .
Eagerly waiting for positive response.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------NOTE: Configuration tool --> CubeMX32
Coding IDE --> uVision Keil V5.25.2.0
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thank you.
