stm32-svd
stm32-svd copied to clipboard
It seems the documentation could need some information to reflect things that are not accurate anymore: * git pull will not work since the submodule is in a detached head...
Fix ADC_Common and ADC type conflicts. See history: * (Rejected) Fix in tinygo with modified code generator: https://github.com/tinygo-org/tinygo/pull/2717 * (Rejected) Fix in stm32-svd with script patch: https://github.com/tinygo-org/stm32-svd/pull/7 * (Accepted) Fix...
I copy stm32f102.svd(rename it to STM32F102.svd) to SVDs folder of STM32CubeIDE and when i debug the registers of the device are vanished. I can see only the Cortex-M registers.
Latest as of Sep 21st 2025
Hi, I have been working on adapting TinyGo for an STM32H723 (used on the Nucleo H723ZG). After generating the corresponding `device/stm32/*.go` file from an SVD file from stm32-rs, I noticed...