User Activity

Hello,Is it possible if MCU communicates with PC in virtual COM port, using USB connected as shown below.USB_DP --- OTG_FS_DPUSB_DM --- OTG_FS_DMCould anybody please show me example?Thank you.
Hi all,An LED is connected as below.PA1 --- Resistor --- LED --- 3.3VBuild test.bin from source code shown below using STM32CubeIDE. while (1) {  /* USER CODE END WHILE */  /* USER CODE BEGIN 3 */  HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_1);  HAL_Delay(20...