Skip to main content
TBlak.1
Associate
April 9, 2020
Question

Most up to date SVD for stm32g474?

  • April 9, 2020
  • 3 replies
  • 1919 views

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?

This topic has been closed for replies.

3 replies

Amel NASRI
ST Technical Moderator
April 28, 2020

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 "Best Answer" on the reply which solved your issue or answered your question.
Amel NASRI
ST Technical Moderator
May 7, 2020

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 "Best Answer" on the reply which solved your issue or answered your question.
TBlak.1
TBlak.1Author
Associate
May 13, 2020

Cheers, thanks for the update!