User Activity

Hello! I trying to use usart1 in main cycle, and VCP USB in usb interrupts. USB works fine, until i not using usart. When i try continiosely send data in main cycle, usb stack not working(enumeration fails):while (1) {   HAL_UART_Transmit(&huart...
Hello! I trying to debug my application with STMStudio. In direct acquisition mode all working fine. But i can not find information about snapshot acquisition mode. Where i can find DataAcq.h and DataAcq.c? Or may be exist some example package?