Question
nonblocking sdio driver possible?
Posted on July 23, 2013 at 08:01
Hi all,
I'd like to implement a nonblocking version of the sdio driver. I'm using the stm2310e eval kit. The sdio driver provided uses a busy wait. Is it possible to modify this into a queue based nonblocking version? Only read, write, multi read, multi write and erase needs to be handled.A few things I can't get my head around:-how to handle enque commands for multi read/write-how to handle enque data for multi read/write (can I split the blocks up for multi? how would DMA work in this case?)Thank you so much, #dma #sdio #driver