Skip to main content

Configure Development Environment

Obtain the Base Software

  • Payload SDK Software Development Kit
  • Mobile SDK Software Development Kit (optional)

Configure RTOS Development Environment

  • Install Keil MDK and related development tools
    • 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)
  • Use Keil Software
    • Activate Keil MDK software and then use the Keil Pack Installer or manually download the latest HDSC.HC32F460.1.x.x and STM32F4xx_DFP.2.x.x driver packages, as shown in the image below.

alt text

Configure Linux Development Environment

When using the Linux development environment, please install the following development tools:

  • cmake: Version 3.24 and above
  • protoc: Version 21.5 and above
  • gcc/g++: Version 9.4.0 and above