We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello ,
I am interfacing SD card on ARM: LPC3250, able to read and write in both RAW and DMA mode(Using chan's Fatfs library).
facing issue on: New file writing with data more than 512 bytes (but works well on writing 512 bytes) . If data >512 bytes return DataCrcFail status bit 1 i.e CRC check failed on fclose() (Updating Fat table 1 about new file it fails).
Please help/suggest sd card writing using RAW DMA samples if any.
Thank you