SDIO and DMA
Posted on November 20, 2011 at 11:03When using the SDIO with DMA, the source code should look like this:(assume that we refer to a read_single_block command)1.Enable the DataPath state machine;2.Enable the CommandPath state machine;3.Check if comman...