keil编译错误
Build target 'Target 1'assembling STM32F10x.s...
compiling stm32test.c...
stm32test.c(18): warning: #1-D: last line of file ends without a newline
linking...
stm32test.axf: Error: L6218E: Undefined symbol GPIO_Init (referred from stm32test.o).
Target not created
是什么原因啊
RE:keil编译错误
#1-D: last line of file ends without a newline:程序最后要多加一行
GPIO_Init 没有定义。
RE:keil编译错误
用的是他们的固件啊 gpio.h里面有定义的 还是按照例程做的RE:keil编译错误
你有引用该头文件吗?请你仔细检查一下,是否使用正确。RE:keil编译错误
谢谢了:)
页:
[1]