STM32F103 Series Error Keil programming 2014-03-14 10:13 siwangqixiang classification: Embedded | Browse 252 times
F:\ Experiment \test3.c (): Error: #20: Identifier "Exti_inittypedef" is undefined f:\
experiment \test3.c (117): Warning: #223-D: function "Exti_clearitpendingbit" declared implicitly
f:\ experiment \test3.c (117): Error: #20: Identifier " Exti_line4 "is undefined
f:\ experiment \test3.c (119): Error: #20: Identifier" Exti_line8 "is undefined f:\
experiment \ TEST3.C (): Error: #20: Identifier "Exti_mode_interrupt" is undefined
f:\ experiment \test3.c (121): Error: #20: Identifier "exti_trigger_falling" is undefined
f:\ experiment \test3.c (123): Warning: #223-D: function "Exti_init" Declared implicitly
f:\ experiment \test3.c (218): Error: #20: Identifier "Exti9_5_irqchannel" is undefined
f:\ Experimental \TEST3.C (264): Warning: #223-D: function "Exti_getitstatus" declared implicitly f:\
experiment \test3.c (264): Error: #20: Identifier "Exti_line8" is undefined
f:\ experiment \test3.c (266): Warning: #223-D: function "exti_ Clearitpendingbit "declared implicitly"
which library file was not added to project, causing Exti interrupts undefined?
Share to: 2014-03-14 10:23 questioner Acceptance
Do you see if the #include "stm32f10x_exti.h" in Stm32f10x_conf.h contains
Solved, inside the stm32f10x_conf.h, Exti was set as a note