Giter Site home page Giter Site logo

platform-hc32f46x's Introduction

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.

Note

if you have a source for development boards that ships to Europe and is not absurdly expensive, please let me know by opening an issue.

Getting Started

to get started using the HC32F460 platform, use the following in your platformio.ini file:

current development version:

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

latest release versions:

[env:my_env]
platform = https://github.com/shadow578/platform-hc32f46x/archive/1.0.0.zip
platform_packages =
  framework-hc32f46x-ddl @ https://github.com/shadow578/framework-hc32f46x-ddl/archive/2.2.1.zip
  framework-arduino-hc32f46x @ https://github.com/shadow578/framework-arduino-hc32f46x/archive/1.1.0.zip

framework = arduino
board = generic_hc32f460

Tip

when pinning the version, check you're using the latest release(s) to benefit from the latest improvements.

Note

please refer to framework-hc32f46x-ddl and framework-arduino-hc32f46x for more information on the frameworks themselves.

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.

Uploading & Debugging

please refer to HOW_TO_UPLOAD and HOW_TO_DEBUG for information on how to upload and debug your code on the HC32F460 platform.

License

this project is licensed under the GPL-3.0 license.

platform-hc32f46x's People

Contributors

shadow578 avatar

Stargazers

Jinhui-Lin avatar  avatar Smokey Pell avatar Jo Kim avatar

Watchers

 avatar  avatar

platform-hc32f46x's Issues

Make `DDL_SPI_ENABLE=DDL_ON` using platformio board_build.ddl

Hello. I'm trying to add my motherboard (Anycubic Kobra Go) to the Marlin firmware. The motherboard has an SPI interface that communicates with the TFT screen. Can I enable it somehow from ddl setup? For now, I use the -DDDL_SPI_ENABLE=DDL_ON build flag, but this is no trusted way.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.