Looking for an SD driver written in spin (SPI)
Cluso99
Posts: 18,069
I am looking to see if anyone has done a spin driver for the SD card - the low level driver usually done in pasm?
I know I can always use a basic SPI driver, but before embarking on this I thought I would ask.
Reason: I want a very small executable. Spin provides this as I am not concerned about speed.
I know I can always use a basic SPI driver, but before embarking on this I thought I would ask.
Reason: I want a very small executable. Spin provides this as I am not concerned about speed.
Comments
It might not be too hard to convert that C code to Spin...
Much simpler to ask than to reinvent the wheel.
BTW: I received a tip that the Hydra Manual had a great writeup on SD cards including FAT16 etc. I am aware the Hydra has lots of good explanations.