2018-08-28 01:48 PM
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?
Solved! Go to Solution.
2018-08-31 03:29 AM
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 Accept as Solution on the reply which solved your issue or answered your question.
2018-08-29 04:47 AM
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 Accept as Solution on the reply which solved your issue or answered your question.
2018-08-31 02:26 AM
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
2018-08-31 03:29 AM
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 Accept as Solution on the reply which solved your issue or answered your question.
2018-08-31 05:30 AM
@Amel NASRI worked like a charm -> thank you very much!