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 use Serial0 and Serial1 UARTs the same time, but when I try to use the SD card (with the given examples) the Serial1 stops working (Serial0 still OK),
What could be the problem?
Even if I don't do anything (read, write...) with the SD card, just call the SD_MMC.begin at the Setup(), the Serial1 doesn't respond.