Resolved! While integrating SD card with Stm32 in SDIO, FATFS. How can i make the text enter in new line? and also how can i save an integer not characther, How can that be feasible?
I am referring to FATFS library1.I tried to use \n and \t it didnt work. i wanted to make text appear in a new line. 2. in the memory card i wanted to store a vairable integer, How can i do that? As of now i could able to save only character. In FATF...