User Activity

Posted on January 18, 2015 at 12:11Hello.I am use example VCP from the ST. on STM32f405I am working under WinXP with a virtual COM port via the API as a file.Cyclically sends data (short packets from 8 to 16 bytes) from PC to Device by function - Wr...
Posted on May 19, 2014 at 22:52Hi I made VCP from ST sample on ST32F405 (STM32_USB-Host-Device_Lib_V2.1.0 & DriverVer=04/25/2010,1.3.1) When I send data from CPU to PC less than 64 byte, all work fine. I have 2 problems: 1) When I try send data from...
Posted on April 18, 2014 at 22:04Hi I configured the timer in encoder mode with prescaler:RCC_APB2PeriphClockCmd(RCC_APB2Periph_TIM1, ENABLE); RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA, ENABLE); GPIO_InitStructure.GPIO_Pin   = GPIO_Pin_8 | GPIO_P...