2010-03-30 01:11 PM
Eclipse library Problem with STM32F103
2011-05-17 04:45 AM
The c-files are missing in the project or only in the linker command?
stm32f10x_exti.c, ...2011-05-17 04:45 AM
C files are in the directory, I think there was a linker problem, or makefile problem, How can I solve this issue?
2011-05-17 04:45 AM
make sure to actually ADD the supporting C files to the project, else it will not link them...just being the the directory does not do this
2011-05-17 04:45 AM
Yes, Sure, I also add them to the project.
I want to say that, this project is the sample of Eclipse, this code is only for blink a led. I'm trying to modify it to don't loose time to configure a new project. But I'm trying for 2days:( Is creating a new project gets lots of my time than trying this? Thanks in advance..