Hello all,
I've interfaced sd CARD with my MCU C8051F120. i established the communication and i initialised the card too, card responding well and the CSD register gives the information about the size, current, file system, speed.
I can able to write the data into the particular sectors and also able to read the same written data in the sectors. Here is my question.
The card was formatted as FAT in PC and a text file was copied in the card, now i want to read exactly the content of the "*****.txt" file in the card.
Please let me know anybody worked on such a thing. Where the file name details will be stored in the card, and what is descriptor,
in which sector will the file information will be stored.
I'm using 256MB card, the SPI clk rate was 2 MHz.
I'll be glad
for u r valuable replies
I've interfaced sd CARD with my MCU C8051F120. i established the communication and i initialised the card too, card responding well and the CSD register gives the information about the size, current, file system, speed.
I can able to write the data into the particular sectors and also able to read the same written data in the sectors. Here is my question.
The card was formatted as FAT in PC and a text file was copied in the card, now i want to read exactly the content of the "*****.txt" file in the card.
Please let me know anybody worked on such a thing. Where the file name details will be stored in the card, and what is descriptor,
I'm using 256MB card, the SPI clk rate was 2 MHz.
I'll be glad