User Activity

Posted on February 28, 2016 at 21:46I've been introduced to SPWF01S WiFi  during Embedded World 2016 exhibition at Nuremberg a few days ago.I have an application that requires 8 or more server sockets in AP mode. SSL sockets would be a plus.The guy ...
Posted on June 05, 2015 at 20:27Hello,Maybe a silly question but I have the latest CubeMX (4.8.0) and STM32F4 (1.6.0). I am able to see the STemWin directories and code under the CubeMX repository but I cannot find any way to generate a project incl...
Posted on June 04, 2015 at 22:03Hello,Maybe a silly question but I have the latest CubeMX (4.8.0) and STM32F4 (1.6.0). I am able to see the STemWin directories and code under the CubeMX repository but I cannot find any way to generate a project incl...
Posted on April 16, 2014 at 20:17Hello to all, I just set up a bare bone project for my F207VC custom board using the new STM32Cube. The board is tested and it is working perfectly with FreeRTOS 6.1.0 and Lwip 1.3.2. The used PHY is a Micrel KSZ8051...
Posted on January 26, 2013 at 20:30Hello to all, I have a design where cpu has to transfer blocks of data to a uSD card working in SPI2 mode. My routine is : static void SPIblockTxDMA(uint8_t *SD_Buffer_Tx,uint16_t Len) {   SPI_Cmd(SPI_SDMEM, DISABL...