User Activity

Posted on January 09, 2018 at 11:35Hello everyone,I am on an STM32F103 and I am using USB to stream data from uC (USB device, USB ) to PC. The USB connection is a virtual COM Port the Driver is standard ST driver.I am wondering about USB performance...
Posted on January 04, 2018 at 10:10Hello all,we designed a STM32F429ZGT6 board. We're using a RTC and integrated a battery. We produced in a first batch of 50 of these boards and observed a strange behavior on 8 of these 50 boards. These boards are ...
Posted on May 11, 2017 at 10:44Hello everyoneI am wondering about the USB VCP (virtual com port) driver of ST. But why is such a driver necessary? I would expect to have some standard VCP driver already installed on Windows. If that's a dump questio...
Posted on January 26, 2017 at 10:35Hello everyone, I want to use timer output compare channels as internal timebase (no output pins used). I did generate the following code by CubeMx/* TIM3 init function */static void MX_TIM3_Init(void){TIM_ClockCo...