新手上路
- 积分
- 23
- 金钱
- 23
- 注册时间
- 2019-1-3
- 在线时间
- 3 小时
|
1金钱
错误代码如下
刚到手的板子,按照教程一步步到这里,试了几个标准例程,比如这个LED,都会出现同样的结尾问题。并且由于按照教程使用了flymcu软件,估计是将错误的代码烧写进去了,目前开发板重新上电以后没反应。菜鸟,求助各位。
Build target 'LED'
compiling main.c...
compiling stm32f4xx_it.c...
compiling system_stm32f4xx.c...
compiling led.c...
compiling delay.c...
compiling sys.c...
compiling usart.c...
assembling startup_stm32f40_41xxx.s...
compiling misc.c...
compiling stm32f4xx_gpio.c...
compiling stm32f4xx_rcc.c...
compiling stm32f4xx_syscfg.c...
compiling stm32f4xx_usart.c...
linking...
..\OBJ\LED.axf: error: L6002U: Could not open file ..\obj\main.o: No such file or directory
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.
"..\OBJ\LED.axf" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:38
|
|