Skip to content

Support for STM32WL33 #392

@hgaiser

Description

@hgaiser

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

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions