2017-09-05 07:11 AM
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 .
#getting-started #stm32f429-discoverySolved! Go to Solution.
2017-09-05 10:02 AM
See also the SPL examples specifically for the STM32F429I-DISCO board
2017-09-05 07:59 AM
Pick the F429 target, not the F446 one?
2017-09-05 10:02 AM
See also the SPL examples specifically for the STM32F429I-DISCO board
2017-09-05 10:15 AM
I think I found it. Thanks