forked from 423A35C7/STM32CubeMX-Keil_uVision5
完成第一次实验,代码可复现。
只需要Core、Drivers、*.uvprojx、startup_*.s、.mxproject、*.ioc,打开*.ioc就能修改和重新生成代码,打开*.uvprojx就能编译和运行。但是调试器配置需要自己再修改一下,修改成CMSIS-DAP,并且把Reset and Run打勾(也就是不用手动按下重置按钮)。
This commit is contained in:
6
exp1/Drivers/STM32G4xx_HAL_Driver/LICENSE.txt
Normal file
6
exp1/Drivers/STM32G4xx_HAL_Driver/LICENSE.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
This software component is provided to you as part of a software package and
|
||||
applicable license terms are in the Package_license file. If you received this
|
||||
software component outside of a package or without applicable license terms,
|
||||
the terms of the BSD-3-Clause license shall apply.
|
||||
You may obtain a copy of the BSD-3-Clause at:
|
||||
https://opensource.org/licenses/BSD-3-Clause
|
||||
Reference in New Issue
Block a user