User Activity

Posted on July 23, 2013 at 08:01Hi 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? ...
Posted on June 07, 2013 at 09:16hoping someone knows the answer to this...when I send a character on usart2, SR->IDLE flag is set for no reason, RXNE = 0 but I can see the data in the DR. what weirds me out is IDLEIE is 0. so far I simple can't get ...