The program cannot start after commenting out a line of code
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...