-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
I'm trying to get my MCU (STM32WL33CC) supported through Rust. Does it make sense for this project to support that board, since it is in the same family?
I worry that there are quite some changes w.r.t. memory layout. As an example I see the addresses for GPIOA, GPIOB and GPIOC are 0x4800_0000, 0x4800_0400 and 0x4800_0800 respectively, while for the STM32WL33 it's 0x4800_0000 and 0x4810_0000 (there is no GPIOC).
What is the best way to approach the development of a HAL for this board?
ps. I am also trying to add support for STM32WL33 to stm32-rs.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested