HUADA HC32F460 Series: development platform for PlatformIO
The HC32F460 Series of MCUs is a 32-bit MCU based on the ARM Cortex-M4 processor. It integrates up to 512 KB of Flash memory, and up to 192 KB of SRAM.
These MCUs are somewhat often found in entry level 3D printers, tho development boards are rumored to exist as well.
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:myenv]
platform = https://github.com/shadow578/platform-hc32f46x.git
board = generic_hc32f460
...
The platform itself contains basically no configuration options. Everything is configured in the framework packages. Please refer to framework-arduino-hc32f46x and framework-hc32f46x-ddl for more information.
this platform is still in development, and not yet ready for production use. expect things to break over time.