Strange errors when run debug on stm32f4
Posted: Sat Sep 27, 2014 3:21 pm
Hi, everyone.
I successfully built and debugged one stm32f4 GPIO template in eclipse. Everything was ok but when I tried to stop debugging, there were 32 semantic errors!
Something like:
" Field 'GPIO_Mode' could not be resolved"
" Field 'GPIO_OType' could not be resolved"
" Field 'GPIO_Pin' could not be resolved"
" Field 'GPIO_Speed' could not be resolved"
... ... ...
However, this project can still be run on my device successfully with these problems when I resumed the debug, the LEDs blinked again!
I find the file" stm32f4xx.h" exists under the code.c in my project tree. So I don't understand why these errors happen.
Thank you in advance.
I successfully built and debugged one stm32f4 GPIO template in eclipse. Everything was ok but when I tried to stop debugging, there were 32 semantic errors!
Something like:
" Field 'GPIO_Mode' could not be resolved"
" Field 'GPIO_OType' could not be resolved"
" Field 'GPIO_Pin' could not be resolved"
" Field 'GPIO_Speed' could not be resolved"
... ... ...
However, this project can still be run on my device successfully with these problems when I resumed the debug, the LEDs blinked again!
I find the file" stm32f4xx.h" exists under the code.c in my project tree. So I don't understand why these errors happen.
Thank you in advance.