irda_receive.tra

来自「基于cortex arm stm32f103的红外(irDA)遥控数据接收程序。」· TRA 代码 · 共 29 行

TRA
29
字号
*** Creating Trace Output File '..\obj\irDA_Receive.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"..\obj\cortexm3_macro.o"'
### List of Objects: adding '"..\obj\stm32f10x_vector.o"'
### List of Objects: adding '"..\obj\main.o"'
### List of Objects: adding '"..\obj\stm32f10x_it.o"'
### List of Objects: adding '"..\obj\stm32f10x_lib.o"'
### List of Objects: adding '"..\obj\stm32f10x_gpio.o"'
### List of Objects: adding '"..\obj\stm32f10x_rcc.o"'
### List of Objects: adding '"..\obj\stm32f10x_usart.o"'
### List of Objects: adding '"..\obj\stm32f10x_nvic.o"'
### List of Objects: adding '"..\obj\stm32f10x_flash.o"'
### ADS-LD Command completed:
"..\obj\cortexm3_macro.o" "..\obj\stm32f10x_vector.o" "..\obj\main.o" "..\obj\stm32f10x_it.o" "..\obj\stm32f10x_lib.o" "..\obj\stm32f10x_gpio.o" "..\obj\stm32f10x_rcc.o" "..\obj\stm32f10x_usart.o" "..\obj\stm32f10x_nvic.o" "..\obj\stm32f10x_flash.o" --device DARMSTM --strict --scatter "..\obj\irDA_Receive.sct" 

--autoat --summary_stderr --info summarysizes --map --xref --callgraph --symbols 

--info sizes --info totals --info unused --info veneers 

 --list "..\listing\irDA_Receive.map" -o "..\obj\irDA_Receive.axf"### Preparing Environment (PrepEnvAds)
### ADS-LD Output File: '..\obj\irDA_Receive.axf'
### ADS-LD Command File: '..\obj\irDA_Receive.lnp'
### Checking for dirty Components...
### Creating CmdFile '..\obj\irDA_Receive.lnp', Handle=0x00000324
### Writing '.lnp' file
### ADS-LD Command file '..\obj\irDA_Receive.lnp' is ready.
### ADS-LD: About to start ADS-LD Thread.
### ADS-LD: executed with 0 errors
### Updating obj list
### LDADS_file() completed.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?