Greetings,
I am using an Arduino Mega 2560 Rev3 board with an Ethernet Shield 2.
I am learning how to use the SD card module and I am running into an issue while running the CardInfo example: after uploading, the Arduino fails to access the card unless I remove it, re-insert it and then reset the Arduino.
Removing and inserting the card needs to be repeated everytime I power the Arduino board back on.
This is an issue, since my project will leave the board itself inaccessible, and I won't be able to access the card everytime I power the board back on.
Is there any modification to the code that I can perform in order to fix this issue?
Thank you.
Edit:
Having gotten no replies on this topic, I made a new one in "Installation and Troubleshooting", hoping for a faster answer (I need to get this working for my job).