You're welcome.
This was research for my future use of SD cards. That sample code is perfect.
Type: Posts; User: Demon; Keyword(s):
You're welcome.
This was research for my future use of SD cards. That sample code is perfect.
CE_GOOD Con 0 ' No error
CE_ERASE_FAIL Con 1 ' An erase failed
CE_NOT_PRESENT Con 2 ' No device was present
CE_NOT_FORMATTED Con 3 ' The disk is of an...
Did you go through the little test program?
' Name : sdfs3.pbp
' Compiler : PICBASIC PRO Compiler 2.6 (PBPL only)
' Assembler : MPASM
' Target PIC : PIC16F4550
' Hardware :...
Did you notice this part?
Kept on going through the pages of threads and found this one:
http://www.picbasic.co.uk/forum/showthread.php?t=10397&highlight=sd+card
They point to MeLabs samples (that we probably already have...
' This section defines a specific short (8.3) filename
' Note that spaces are use in empty elements and must be upper case for Windows
FAT_FileName[0] = "T"
FAT_FileName[1] = "E"...