In a recent project, I needed to log data onto an SD card. However, I hit the flash storage limit after adding the SD card library. So, I opted to communicate with the card manually using SPI commands and write raw bytes, skipping the filesystem altogether.
SPI
1 post