The HC32F460 platform supports uploading using a debug probe and pyOCD.
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)
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