2025-02-27 9:26 AM
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
2025-02-27 11:33 AM - edited 2025-05-07 12:27 AM
2025-05-06 6:58 AM - edited 2025-05-07 12:22 AM
[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 :