cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4xx_StdPeriph_Templates missing file

Carter Lee
Associate III
Posted on September 05, 2017 at 16:11

Dear All,

Currently I've just got a STM32F429ZIT6 Discovery kit from ST.

Q1.

 I'd like to exam the simple gpio firmware into my kit. So I open the STM32F4xx_StdPeriph_Templates  project in Keil. But I come across the below error message when I run STM32F4xx_StdPeriph_Templates project in MDK.

..\stm32f4xx_conf.h(36): error:  &sharp5: cannot open source input file ''stm32f4xx_dbgmcu.h'': No such file or directory

Does anyone know how to resolve this ?

Q2.

And I'm wondering how do i activate the ''startup_stm32f429_439xx.s'' in the Keil?

I think I have to activate the 

startup_stm32f429_439xx.s file not startup_stm32f446xx.s within STM32F429ZIT6 Discovery kit .

0690X000006044VQAQ.jpg

#getting-started #stm32f429-discovery
1 ACCEPTED SOLUTION

Accepted Solutions
Posted on September 05, 2017 at 17:02

See also the SPL examples specifically for the STM32F429I-DISCO board

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-standard-peripheral-libraries-expansions/stsw-stm32138.html

 
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..

View solution in original post

3 REPLIES 3
Posted on September 05, 2017 at 16:59

Pick the F429 target, not the F446 one?

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on September 05, 2017 at 17:02

See also the SPL examples specifically for the STM32F429I-DISCO board

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-standard-peripheral-libraries-expansions/stsw-stm32138.html

 
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on September 05, 2017 at 17:15

I think I found it. Thanks