Skip to content

maikramer/platform-hc32f46x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Development Version

[env:myenv]
platform = https://github.com/shadow578/platform-hc32f46x.git
board = generic_hc32f460
...

Configuration

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.

Notice

this platform is still in development, and not yet ready for production use. expect things to break over time.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%