pure assembly STM32 programming examples and boilerplates for masochists
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

321 B


Scripts for converting .svd to assembler definitions (EQU).

Before use, you have to install the `cmsis-svd` python module.

https://github.com/posborne/cmsis-svd

---

At the top of the script is some configuration that has to be
adjusted for your particular SVD.

The produced file may also need some manual tweaking.