-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
3,703 additions
and
2,301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,3 @@ | ||
*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\works\Keil_v5\ARM\ARMCC\Bin' | ||
Rebuild target 'STM32F407VE' | ||
compiling stm32f4xx_it.c... | ||
compiling KeyLed.c... | ||
compiling system_stm32f4xx.c... | ||
compiling delay.c... | ||
compiling main.c... | ||
User\main.c(132): warning: #128-D: loop is not reachable | ||
while (1) | ||
User\main.c: 1 warning, 0 errors | ||
compiling stdout_user.c... | ||
compiling BTModule.c... | ||
compiling MotorController.c... | ||
compiling amt1450_uart.c... | ||
compiling tcrt5000.c... | ||
compiling MotorDriver.c... | ||
assembling startup_stm32f40_41xxx.s... | ||
compiling DFS_Map.c... | ||
compiling PID.c... | ||
User\PID.c(356): warning: #550-D: variable "crossing_flag" was set but never used | ||
int crossing_flag = 0; | ||
User\PID.c: 1 warning, 0 errors | ||
compiling NanoCommunication.c... | ||
compiling ArmSolution.c... | ||
User\ArmSolution.c(220): warning: #223-D: function "printf" declared implicitly | ||
printf("�������\n"); | ||
User\ArmSolution.c(239): warning: #223-D: function "printf" declared implicitly | ||
printf("�������\n"); | ||
User\ArmSolution.c(321): warning: #223-D: function "printf" declared implicitly | ||
printf("ץȡ��һ��\n"); | ||
User\ArmSolution.c: 3 warnings, 0 errors | ||
compiling stm32f4xx_rcc.c... | ||
Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rcc.c(3192): error: At end of source: #5: cannot open source input file ".\objects\stm32f4xx_rcc.crf": Invalid argument | ||
Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rcc.c: 0 warnings, 1 error | ||
compiling stm32f4xx_adc.c... | ||
compiling stm32f4xx_usart.c... | ||
compiling stm32f4xx_gpio.c... | ||
compiling misc.c... | ||
compiling stm32f4xx_i2c.c... | ||
compiling retarget_io.c... | ||
compiling stm32f4xx_dma.c... | ||
compiling stm32f4xx_tim.c... | ||
compiling stm32f4xx_dcmi.c... | ||
".\Objects\STM32F407VE.axf" - 1 Error(s), 5 Warning(s). | ||
Target not created. | ||
Build Time Elapsed: 00:00:04 | ||
Load "c:\\Users\\Arc\\Documents\\codeProjects\\Shopping_Robot\\STM32F407VE\\Objects\\STM32F407VE.axf" | ||
Erase Done.Programming Done.Verify OK.Application running ... | ||
Flash Load finished at 12:52:18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2022/4/22 19:20:11 | ||
2022/4/23 12:52:18 |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.