SWETA
Newbie level 6
WRITING ON SD CARD
Hi everyone,
i am working on interfacing SD/MMC card to ATmega 32..for the same i am using elm-chan's
http://elm-chan.org/fsw/ff/00index_e.html
code for implimenting the FATfile system on the card...
Now as far as creating,opening,closing and reading the file is concerned,i am successfully able to do so...but i am facing problems in writing on the file,being created on the card..
My concern is..
Does writing on the card has got to do with the card's size or with the the FATfilesystem type that is been implimented on the card.
i have formated the card in FAT12 mode through the code only..i have not formated it through PC as it missalligns sectors..
can any one suggest some way through which i can do writing on the card..
any suggestion would be a great help..
Hi everyone,
i am working on interfacing SD/MMC card to ATmega 32..for the same i am using elm-chan's
http://elm-chan.org/fsw/ff/00index_e.html
code for implimenting the FATfile system on the card...
Now as far as creating,opening,closing and reading the file is concerned,i am successfully able to do so...but i am facing problems in writing on the file,being created on the card..
My concern is..
Does writing on the card has got to do with the card's size or with the the FATfilesystem type that is been implimented on the card.
i have formated the card in FAT12 mode through the code only..i have not formated it through PC as it missalligns sectors..
can any one suggest some way through which i can do writing on the card..
any suggestion would be a great help..