Hi.
A while ago I posted a topic about SD cards with the Arduino, and I got that working.
But I can't always use a Arduino everywhere, so today I was looking for some SD card examples for other platforms, but the problem is that a lot of those examples use some old compilers, or some odd tools, and some specific mcu-s, so I wasn't able to successfully compile any of the examples I found.
So does anyone know any good examples that work with current development tools for any sort of simpler mcu like atmega, pic18f, LPC13xx series, etc... ?
Edit:
I already tried fatfs and petit fat, and all of the examples are a bit tricky to get working...