STM32L0xx correct SVD files
When looking through the STM32L072 SVD files (from https://www.st.com/resource/en/svd/stm32l0-svd.zip) I noticed that the RCC CIER register is read-only, whereas in the reference manual it's read-write, which makes logical sense. Is there an updated ...