Dear developers:
I encountered an AC12E problem when using usdhc2. I use USDHC_TransferBlocking() to write/read SD card, It's work fine most of the time.
However, sometimes it gets stuck at USDHC_WaitCommandDone(), it is wait command complete or USDHC encounters error, never quit while() loop. The interruptStatus is 0x1008000, AC12E bit is set, but kUSDHC_AutoCommand12ErrorFlag not belong to kUSDHC_CommandErrorFlag, so it is stuch there.
how to solve this problem?