Bootstrap

stm32cubemx+VSCODE+GCC+makefile 开发环境搭建


title: stm32cubemx+VSCODE+GCC+makefile 开发环境搭建
tags:

  • Freertos
  • Hal
  • stm32cubeMx

  内容


往期内容导航

第一步准备环境

  1. STM32CubeMX
  2. VSCODE
  3. MinGW
  4. OpenOcd
  5. arm-none-eabi-gcc
    然后把上面下载的软件 3 4 5 bin 文件目录添加到系统变量

vscode 插件插件配置

  1. 下载这个插件 stm32-for-vscode
    img
    配置3 4 5 的 文件地址
    img
  2. 新建一个cubemx的工程
    img

img
3. 双击后来到这里
img
img
img
img
4. 配置引脚 PC13 putout
img
5. 设置生成选项
img

点灯

  1. 写入反转
    /* USER CODE BEGIN 3 *//* USER CODE END 3 */ 之间 如图所示:
    img
  2. build 和 flsah
    build
    img
    flash
    img
;