Most up to date SVD for stm32g474?
The SVD file on the STM32G4 series resources page is out of date, hosting version 1.0 of the SVD file.
It looks like the most recent SVD provided by the STMCubeIDE (generated 2/20/20 with version 1.2), has a number of errors. For example: SCB is listed as starting at 0xE000E040, but the cortex m4 programming reference says it starts at 0xE000ED00 (even though heading 4.4 suggests it starts at 0xE000E008, which is actually the ACTLR register). Changing the value in the SVD file and checking ISCR->VECTACTIVE confirms that the address should be 0xE000ED00. Where is the most up to date SVD for the STM32G474RE, as the one that is downloaded by the STMCubeIDE is clearly not the most recent?
