• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

accessing miniSD files on GBA

Started by pgblr, June 12, 2006, 03:28:51 AM

Previous topic - Next topic

pgblr

Hi,

I have developed  altimeter/variometer and mapped GPS applications for the GBA using a standard flash cartridge - published source code and schematics are on www.pixelproc.net.

I just purchased a Supercard miniSD and would like to know how to get read/write access to the FAT file systems on the GBA (not NDS!).

This is so I can load map image files based on the current GPS coordinates and log the GPS track data for later visualization on a PC.

I saw some source code sd.s for SD raw access but it seems to be for the NDS... can anyone give me pointers for the GBA - it would help if it is a file system API and not raw buffer access.

Thanks !

pgblr