前提条件:
1.使用的板子是潘多拉STM32L4 LOT开发板
2.使用RTThread Studio 基于芯片创建的程序,然后使用STM32CubeMX配置引脚
问题描述:
1.烧录显示正常,但是也没有按照我main函数中的设置亮灯
2.点击Debug,显示检测到 ST-LINK 设备固件版本过低,请使用 ST-LINK 官方固件升级工具升级 ST-LINK 固件!
3.报错日志和ST-LINK版本如下
1)控制台日志:
STMicroelectronics ST-LINK GDB server. Version 7.0.0
Copyright (c) 2022, STMicroelectronics. All rights reserved.
Starting server with the following options:
Persistent Mode : Disabled
LogFile Name : debug.log
Logging Level : 31
Listen Port Number : 61235
Status Refresh Delay : 15s
Verbose Mode : Disabled
SWD Debug : Enabled
Device firmware update for SWD mode support available
Error in initializing ST-LINK device.
Reason: ST-LINK firmware upgrade required. Please upgrade the ST-LINK firmware using the upgrade tool.
检测到 ST-LINK 设备固件版本过低,请使用 ST-LINK 官方固件升级工具升级 ST-LINK 固件!
2)弹出窗口日志:
Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:61235
Error message from debugger back end:
localhost:61235: 系统试图将驱动器合并到合并驱动器上的目录。\r
.
Failed to execute MI command:
-target-select remote localhost:61235
Error message from debugger back end:
localhost:61235: 系统试图将驱动器合并到合并驱动器上的目录。\r
.
localhost:61235: 系统试图将驱动器合并到合并驱动器上的目录。\r\n.
3)ST-Link版本:

大神帮忙指导一下
非常感谢,解决了我的问题