/* USER CODE END WHILE */
HAL_GPIO_WritePin(LED_GPIO_Port, LED_Pin,GPIO_PIN_RESET);
HAL_Delay(500);
HAL_GPIO_WritePin(LED_GPIO_Port, LED_Pin,GPIO_PIN_SET);
HAL_Delay(500);
/* USER CODE BEGIN 3 */
下载
3.1、更新ST Link 驱动
在这里遇到个STM32CubeIDE需要ST Link更新,
弹出“in order to use the attached ST-LINK with this version of STM32CubeIDE an update of the ST LINK firmware is required”
为了将连接的ST-LINK与此版本的STM32CubeIDE一起使用,需要更新ST-LINK固件