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...
Thank you.It works well with *.dfu created from *.hex.And, *.hex can be created under settings as below.Select "Properties" in a list shown by right click on the projectClick "Settings" in "C/C++ Build"In "Tool Settings" tab, select "MCU Post build o...