You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using sdfat library version 2.2.0 in my project
CPU is Atmel Mega 2560, sd is via SPI interface. In the setup routine, the initialization takes place successfully, then the first writing takes place, the headers of the csv files, the files are saved successfully.
In the routine loop, the time interval for the logger is every 10 minutes. However, when logging is started, nothing is written to the files, the print command does not return any error. I believe it's some kind of timeout, but I don't know where, or if there is a command to just keep the tab connected through each loop.
I put a sd.printSdError(&Serial); into a called functions for logging, and a some time later, I get this error code SD error: SD_CARD_ERROR_CMD18 = 0xC,0xFF
I am using sdfat library version 2.2.0 in my project
CPU is Atmel Mega 2560, sd is via SPI interface. In the setup routine, the initialization takes place successfully, then the first writing takes place, the headers of the csv files, the files are saved successfully.
In the routine loop, the time interval for the logger is every 10 minutes. However, when logging is started, nothing is written to the files, the print command does not return any error. I believe it's some kind of timeout, but I don't know where, or if there is a command to just keep the tab connected through each loop.
I put a
sd.printSdError(&Serial);
into a called functions for logging, and a some time later, I get this error codeSD error: SD_CARD_ERROR_CMD18 = 0xC,0xFF
SdCard Info return this:
The text was updated successfully, but these errors were encountered: