PCMaster2165
Member
hey everyone, I'm trying to to make a data logger for a flight controller I'm working on. I will be buffering all data that needs to be stored on the sdcard and writing out chunks in multiples of sector size (512 bytes). What I am unsure about is whether the sdfat library uses non blocking dma writes or if it blocks on writing to files. If anyone knows the answer to that or could show me how to make it non blocking I would really appreciate it! Thanks!