Skip to main content
Associate
February 27, 2025
Question

SV files for STM32WBA55CG. Generating a PAC for RUST

  • February 27, 2025
  • 2 replies
  • 578 views

Hello all,

 

I am trying to find the SVD file for STM32WBA55CG.

I was looking at https://github.com/stm32-rs/stm32-rs/tree/master since I want to use svd2rust to generate a pac that I can use to implement a bare-metal function in the microcontroller. However, in the repo, svd files are located in the vendor folder and they are .zip files.

I managed to locate an SVD file downloading the STM32CubeIDE and searching for it in the installation path but there are errors when using svd2rust, which is why I wanted to use the repo mentioned above, and ideally, including it.

 

Thanks

2 replies

STTwo-32
Technical Moderator
February 27, 2025

Hello @elopezpe and Welcome to the ST Community.

The SVD file of the STM32WBA55CG is available in this link soon.

Best Regards.

STTwo-32

Guillaume K
ST Employee
May 6, 2025

[edition: initial answer was for STM32WB55 ; replaced with STM32WBA55]

Hi

Found STM32WBA55 SVD here. Strangely, it is filed under the STM32WBA55 module (STM32WBA5MM), but not under the main chip STM32WBA5. 

It seems the stm32-rs github project doesn't have support for STM32WBA.

Embassy project seems to have it :

embassy_stm32 - Rust

embassy-rs · GitHub