User Activity

Posted on December 15, 2011 at 05:18After transmitting a block of data, SD Card sends the CRC for the data.After sending CRC, SD Card sometimes puts itself in the ''Busy'' mode.According to the reference manual, STM32's SDIO peripheral's data path s...
Posted on November 21, 2011 at 22:45In principle, i2c and spi interfaces need open drain connections with (data) lines connected to pull-up resistors.However, in all the sample codes of the STM32 (examples in the peripheral library), the GPIOs for t...
Posted on November 20, 2011 at 01:50Do I need to disable SPI before changing the SPI baudrate?Or, would it be enough if I just wait till the end of the communication and then change the baudrate without disable/enable the peripheral?The spec says ''...
Posted on November 12, 2011 at 21:10I could not find any good document on internet about STM32 programming. Unfortunately, STM's own documents do not explain anything more than register functions. I will greatly appreciate if anyone could explain (o...