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?
For the OTG_FS_VBUS pin (PA9) to be used by another shared peripheral or as a general-purpose IO, thePHY Power-down mode has to be active (clear bit 16 in the OTG_FS_GCCFG register) On page 169 of RM0008.Thanks for you help..But in STM32Cube this pin...
I am using custom board. Problem not in usart1. Usart1 TX pin and usb vbus has same gpio. In progect settings VBUS not selected... but usb not working, if VBUS pin(PA9) in LOW state.