User Activity

Posted on May 29, 2018 at 13:55Hi All,I am working on STM32F413 Disco kit and trying to read/write into SD card using DMA mode.My requirement is -   i have to call single function which will read/write into SD card in 1ms timer callback function.It ...
Posted on April 23, 2018 at 10:07Hi All,I am working with STM32F413H disco kit. Configured UART2 driver with 4 wires(Tx,Rx,CTS,RTS).I am using UART in interrupt mode. Trying to send and receive some data with loopback test.But when UART_Recv_IT is g...