Newbie Query: Storing Count values in Text File (FATFS-SDIO)
Posted on January 02, 2016 at 20:59I want to store consecutive Timer counts (32bit) to a text file. To avoid SDIO write for every count, I've tried to store in a string first and SDIO write after 40 counts (for example). Can we store values column-w...