User Activity

Posted on December 17, 2013 at 20:11I use STLink v2 to develop project with STM32. Current project is based on STM32F417 chip. Problem with option bytes stand up unexpectedly. Disconnection STLink from computer and board did not solve problem. I can...
Posted on November 26, 2012 at 16:14Hello!I try to receive data by I2S3 in slave mode.First of all I tried to program I2S controller and received data by program polling: while(1){    while( (SPI3->SR & SPI_I2S_FLAG_RXNE) == 0 );    SPDiffRxBuffer[T...
Posted on October 14, 2012 at 17:22Thank you for existence of such driver. But this driver is unsigned. Virtual com port is very useful for many applications. It is very hard to use unsigned drivers for clients. As ST makes any other drivers and sig...
Posted on October 03, 2012 at 18:13I have demoboard with STM32F417 and ST-Link v2. After some software fault, read out protection was activated. STlink utility print 20:07:57 : Connected via SWD.20:07:57 : Device ID:0x411 20:07:57 : Device family :S...