That would work fast enough to save an image I do not own the camera module yet as I am still learning alot and will save that for latter and it appears you are getting more out of your library than I am maybe it is the way I am reading the data maybe instead of just doing
OCR2B = myfile.read();
I should have 2 buffers and I could play buffer 1 while playing buffer 2.
I am not a young student but I am a beginner to electronics and programming and I did come up with a solution by using 2 512 byte buffers and I can play buffer one while loading data into buffer 2.
I did come up with a solution by using 2 512 byte buffers and I can play buffer one while loading data into buffer 2.
Sorry that idea is from the 1960s and I was there. Actually we used circular buffers which is a better idea. If you want to be more than a dabbler go to school.
You need to learn about the internals of SD cards and how that relates to file systems. That's how you get performance.
So while very similar they are not physically compatible which I find unbelievable if true.
EDIT: It looks like SDIO is not compatible with microSD, from the "Simplified SDIO Card Spec"
The SDIO definition encompasses different form factors:
• Full-Size SDIO — compatible with host sockets designed for SD memory cards
• miniSDIO — compatible with host sockets designed for miniSD memory cards
That's what the adapter you get with a MicroSD shows. It connects the correct MicroSD pins to the SD connector and a PC/Mac used the SDIO to access it.
In the spec I see no mention of microSD, just mini and full-size.
The pinouts in my last post are not compatible and I can't find an SDIO pinout that's microSD compatible anywhere.
I cannot use an adaptor because microSD is already the smallest.
What am I missing here?
Or are you saying that my above 8-pin microSD pinout is also an 8-pin SDIO pinout, all the other stuff is just for adapting microSD cards to larger sockets etc and for my processor board is of no concern to me.