I am building a custom board with a friend and we are using a SD flash card to store some files. We want to write the data on the SD card as just raw data (i.e. no FAT filesystem). Is there a way to write raw data on an flash card? Thanks.
Yes, there is, SD and MMC cards can be interfaced via SPI and if you arent using a file system, it should be pretty easy. Google for "MMC SPI interface" and similar things