PASM / PropBasic SD Card Driver
Bean
Posts: 8,129
I am working on converting fsrw26 to PropBasic / PASM code.
My goal is to be able to make a Read-Only (SD to serial) or a Write-Only (data logger) application that will fit in 1 cog.
I want to make the driver as small as possible, so I've chosen to only support SDHC, FAT32, 16 files and no subdirectories. Does that sound like it would be a problem ?
Bean
My goal is to be able to make a Read-Only (SD to serial) or a Write-Only (data logger) application that will fit in 1 cog.
I want to make the driver as small as possible, so I've chosen to only support SDHC, FAT32, 16 files and no subdirectories. Does that sound like it would be a problem ?
Bean
Comments
You might save more space by not supporting formatting cards (they can be formatted in a PC)
Yes exactly. I just read the first sector of the root directory entries. I'll see if I can expand that to the first cluster, that shouldn't be too hard.
Thanks for the feedback guys...
Bean
So this is going to be a Read-Only or Write-Only without the ability to do both or you'll have both but only load the required routine to a cog as needed?
Cheers!
Mickster