Skip to main content

配置开发环境

获取基础软件

  • Payload SDK 软件开发工具包
  • Mobile SDK 软件开发工具包(可选)

配置RTOS 开发环境

  • 安装 Keil MDK 和相关开发工具
    • C Compiler: Armcc.exe V5.06 update 6 (build 750)
    • Assembler: Armasm.exe V5.06 update 6 (build 750)
    • Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
    • Library Manager: ArmAr.exe V5.06 update 6 (build 750)
    • Hex Converter: FromElf.exe V5.06 update 6 (build 750)
  • 使用 Keil 软件
    • 激活 Keil MDK 软件后,使用 Keil Pack Installer 或手动下载最新的 HDSC.HC32F460.1.x.x、STM32F4xx_DFP.2.x.x 驱动包,如下图所示。

alt text

配置 Linux 开发环境

使用 Linux 开发环境时,请安装如下开发工具:

  • cmake:3.24 及以上版本
  • protoc:21.5 及以上版本
  • gcc/g++:9.4.0 及以上版本