User Activity

Posted on December 30, 2013 at 14:46 Hello Community, I am trying to implement FatFS via SDIO interface on a STM32F2xx uC, I've checked a few examples online that use DMA and interrupts, however for the purpose of self learning and simpl...
Posted on February 04, 2014 at 08:30How does one configure the data ready interrupt on the H3LIS331DL accelerometer? I've configured other accelerometers like LIS3DSH with success but I am stuck on this one.I've tried both latched and pulsed interru...
Posted on December 11, 2013 at 22:37Hello ST Community,I am using a STM32F2 uC for my project, and I have configured an USART interface as an UART by not initializing the clock settings. In order to program the device the UART is connected to I send...
Posted on November 22, 2013 at 17:19Hello community, I am trying to communicate a STM32F207 uC with a uSD card via the SDIO interface, what I am trying to do is to get the CID of the inserted uSD using CMD commands, and verify that both parts are co...
Posted on November 14, 2013 at 14:55I plan to use an UART interface to communicate with my bluetooth module and I plan to wire the RTS, CTS, RX and TX pins to my uC, and until the components arrive, I would like to build some code to test it. SPBT26...