Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 555 Bytes

HOW_TO_UPLOAD.md

File metadata and controls

20 lines (14 loc) · 555 Bytes

How to upload to HC32F460

The HC32F460 platform supports uploading using a debug probe and pyOCD.

Prerequisites

to debug the HC32F460, you will need the following:

  • a HC32F460 based board
  • a SWD debug probe (see supported debug probes)
  • a PlatformIO compatible IDE (e.g. VSCode)

Preparing your Project

to prepare your project for uploading, you will need to add the upload_tool option to your environment:

[env:my_env]
# ...
upload_tool = cmsis-dap # or jlink