Makrackit, KVLV, thanks again, I really enjoy SDFS3.zip and http://www.picbasic.co.uk/forum/cont...USB-SD-LOGGING
Alexey
Makrackit, KVLV, thanks again, I really enjoy SDFS3.zip and http://www.picbasic.co.uk/forum/cont...USB-SD-LOGGING
Alexey
Last edited by Alexey; - 15th December 2011 at 02:58.
Hello Mackrakit,
The code you advised works just fine, I only have one issue - when I reset MCU my program can not reinitialize the SD card until I replace it. Is this something related to the card itself or correct software should do it? I use SDC_UseHardSPI = FALSE if this matters
Than you,
Alexey
I will guess that the SD card is not booted fully before your code tries to access it.
Dave
Always wear safety glasses while programming.
tried to add pause at start and it did not help, but then I learnt that I was resetting the controller at the time when the card is being accessed and this was hanging the card. Adding indication when not to reset helped
Bookmarks