User Activity

Posted on March 03, 2014 at 00:52Hi All, I am implementing an application of using I2S to transmit audio to a SLIC. My I2S setup is the following. /* I2S peripheral configuration */ SPI_I2S_DeInit(SPI_SLIC_AUDIO); I2S_InitStructure.I2S_AudioFreq  = ...
Posted on April 08, 2013 at 09:24Hi All,     I am trying to produce a 256 kHz frequency clock for use with audio codecs. I am trying to produce this 256kHz freq from the 120MHz system clock on the STM32F207 series. I would like to use the timers to ...
Posted on October 13, 2011 at 02:10Hi All, I am looking to use a soft modem implementation on my products to save some cost. Does anyone know of a soft modem implementation in C that I could port, or one that is set up for the STM32 already? Regards...
Posted on July 26, 2010 at 11:22I2C Unable to receive start state (EV5) #i2c #i2c #i2c-gpio #stm32-i2c-master
Posted on May 25, 2010 at 09:37Does anyone have a clean example of SPI slave initialisation code