ch32-hal icon indicating copy to clipboard operation
ch32-hal copied to clipboard

A Rust HAL implementation for the CH32V0, CH32V1, CH32V2, CH32V3, CH32X0, CH32L1 family, with Embassy framework support and compatible with embedded-hal.

Results 5 ch32-hal issues
Sort by recently updated
recently updated
newest added

Hello! This project is awesome and must be driven forward. I have successfully port my interrupt switch logic from EmbeetleIDE (c) to this format and rust. It is much cleaner...

enhancement

This is a work in progress and am opening for visibility and help. This PR aims to add a example for the nrf24 via SPI and essentially is a port...

I have tried several examples of the CH32V307 on a "CH32V307 EVT by SCDZ" board: ![image](https://github.com/ch32-rs/ch32-hal/assets/8845664/b25afb48-4e75-47c1-8d92-0a5e07f6f73a) But the programs are not running (not blinks with blinky.rs and no output with...

Good morning. Firstly I would like to thank you for this great library. I'm implementing a motor driver using this lib as a foundation. Now I have to read the...

USB PD peripheral is available in: - CH32X035 (not X033) - CH32L103 (Low power MCU) - CH641 (wireless charging MCU) The register blocks are almost the same, except for: -...