User Activity

Posted on May 27, 2013 at 10:58Hi ST,is it possible to generate SSPLIT or CSPLIT token on USB FS device? And if so, what is the endpoint channel configuration for such token.Using STM32F207IGT6.Split packet described here: http://www.usbmadesimple.c...
Posted on March 22, 2012 at 17:13Hi,First of all i know that FSMC in STM32F2xx does not support SDRAM devices. But i think that with little effort it should somehow work reasonably.A good example of how the others try to this is at http://www.myplac...
Posted on December 13, 2011 at 19:34Hi there,if you try to ping demo example LWIP 1.1.0 for STM32F2x7 mcu with data length bigger than 1472 then lwip library or something else goes wrong, see responses:C:\>ping 10.0.10.144 -l 1472P?�kaz PING na 10.0...
Posted on December 01, 2011 at 18:11Hi everybody,i found the following problem:If you take an example project STM32F2 -> Project examples -> DMA -> FLASH RAMand add to main: NVIC_PriorityGroupConfig(NVIC_PriorityGroup_4); //Only preemption priority ...