Skip to main content
December 6, 2025
Question

STM32WL3x SVD files do not contain any enumeration information

  • December 6, 2025
  • 1 reply
  • 78 views

Hi there,

I am trying to add the STM32WL3xx chips to embassy-rs and for that I need to be able to generate the peripheral data. They use the SVD files for that information.

I was able to find the SVD files for the STM32WL30, WL31 and WL33, but the ones I found seem to be lacking almost all `enumeratedValue` that are present in the other SVD files I could find of other chips. Instead it seems to be described in the description fields but that it way harder to parse.

Are there SVD's available anywhere with the data in a way that is it more parse-able?

Kind regards

 

    This topic has been closed for replies.

    1 reply

    Graduate II
    December 6, 2025

    Hello @Marce09 

    I’m not sure but I think those SVD files should help you.

    Best Regards.

    II