Question
STM32F0 discovery example on Coocox
Posted on January 21, 2013 at 11:30
Hello, I newly started working with the stm32f0 discovery board on Coocox. I have downloaded the examples from ST but it doesnt compile. It seems that the linker doesnt find the definition of some types, even if I have included them on my project.
For exple, I have the following errors:Test\src\stm32f0_discovery.c:74
:34: error: 'GPIO_Pin_9' undeclared here (not in a function)
Test\src\stm32f0_discovery.c:81
:39: error: 'RCC_AHBPeriph_GPIOA' undeclared here (not in a function)
The problem is that this variables are defined!
Does somebody already had this poblem? Do you have a solution? Thanks #stm32f0-discovery