SVD errors on STM32H503
Using python I have written small app to convert SVD V1.4 into assembly include. Then I started to write assemby code using RM0492 Rev2 .
For the peripherals I use (RCC,ADC,GPIO,GPDMA,TIM,USART) I have found that there are few errors in the SVD file, some typos etc.
Namely:
RCC_CCIPR5 register has only 2 fields described, no info about FDCANSEL, DACSEL & ADCDACSEL
RCC_CFGR regsiter shall be named RCC_CFGR1
For RCC_PLL1CFGR & RCC_PLL2CFGR there are DIVMx while should be PLLxM
