Skip to main content
ncore
Associate
August 28, 2018
Solved

STM32F415 SVD File

  • August 28, 2018
  • 4 replies
  • 3989 views

I can't find an svd file for the STM32F415

https://www.st.com/resource/en/svd/stm32f4_svd.zip does

not contain a svd file for the STM32F415 series is one of the contained ones 100% compatible?

  •   STM32F401.svd*
  •   STM32F405.svd*
  •   STM32F407.svd*
  •   STM32F410.svd*
  •   STM32F411.svd*
  •   STM32F412.svd*
  •   STM32F413.svd*
  •   STM32F427.svd*
  •   STM32F429.svd*
  •   STM32F446.svd*
  •   STM32F469.svd*
This topic has been closed for replies.
Best answer by Amel NASRI

Hi,

You still able to get the DFP pack of devices you need from https://www.keil.com/dd2/pack.

The downloaded package can be extracted locally.

For STM32F4, SVD files are under Keil.STM32F4xx_DFP.2.13.0\CMSIS\SVD.

-Amel

4 replies

Amel NASRI
Technical Moderator
August 29, 2018

Hi @ncore​ ,

The SVD files are located in the software packs provided by Keil.

After installing or updating a pack, you find the svd files under: C:\Keil_v5\ARM\PACK\Keil\STM32F4xx_DFP\x.y.z\CMSIS\SVD (for F4 for example).

-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.
ncore
ncoreAuthor
Associate
August 31, 2018

Hi @Amel NASRI​ ,

Thank you for helping me out. I currently do not use any KEIL SW, is there any other way to get this svd file?

For most versions of the STM32F4xxx an .svd file is provide by ST. Why is there none for the STM32F415 or was I just looking at the wrong place?

-Nico

Amel NASRI
Amel NASRIBest answer
Technical Moderator
August 31, 2018

Hi,

You still able to get the DFP pack of devices you need from https://www.keil.com/dd2/pack.

The downloaded package can be extracted locally.

For STM32F4, SVD files are under Keil.STM32F4xx_DFP.2.13.0\CMSIS\SVD.

-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.
ncore
ncoreAuthor
Associate
August 31, 2018

@Amel NASRI​  worked like a charm -> thank you very much!