2 replies
October 2021

Phil

I’ve been peeking inside of CMSIS-Pack for many years, so it’s good to see I’m not the only one!

SVD is very useful for code generation. I recommend the cmsis-svd python package:

I’ve put some info on generating code from SVD, including HTML and pure C++ bindings here:

https://www.shincbm.com/embedded/2020/08/21/svd-jinja.html

1 reply
November 2021 ▶ Phil

noahp

Oh I love this, thanks for sharing it!