2020-04-08 10:52 PM
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?
2020-04-28 04:01 AM
Hi @TBlak.1 ,
I'll report the problem you raised internally to be fixed in the STM32G4 SVD file.
Thanks
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2020-05-07 06:05 AM
Hi @TBlak.1 ,
Waiting for the official package on the web, you find attached an updated svd file where the fixes are applied.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2020-05-12 08:38 PM
Cheers, thanks for the update!