-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hello dear gd32-rust community!
For a personal project, I would like to use Rust on a GD32F303.
I have discovered your project and seen that the PAC it here but not the HAL.
I have also found that the gd32-rs/gd32-hal has some support for it but seems very minimal.
I understand that I will need to write the HAL myself.
But as of 2025, I feel that embassy-stm32 is nicer to use and might be a better starting point.
As I understand, if I want to borrow has much code as possible from embassy-stm32, I would need to generate a PAC generated with chiptool.
Have you experienced any of these solutions on GD32 devices?
As a first step, I might start from the gd32f1x0-hal as the gd32f3 peripherals seems to be close to the gd32f1 ones and use RTIC framework.