User Activity

The main function code is as follows:  while (1) { /* USER CODE END WHILE */ /* USER CODE BEGIN 3 */ loop_cnt++; //HAL_GPIO_TogglePin(LED_GPIO_Port,LED_Pin); if(13 == ((loop_cnt >> 4) & 0x0f)) HAL_GPI...
I use STM32F407 USB2.0 HS to send data periodically. The USB mode is high-speed mode. I configure the breakpoint IN transmission as the interrupt transmission mode. I use CDC_Transmit to send data. Each time it is judged that the last transmission is...
Kudos given to