stm32_study.tra

来自「基于STM32串口-CAN函数包.其中,串口以中断形式接受,C」· TRA 代码 · 共 31 行

TRA
31
字号
*** Creating Trace Output File 'stm32_study.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"stm32f10x.o"'
### List of Objects: adding '"cortexm3_macro.o"'
### List of Objects: adding '"main.o"'
### List of Objects: adding '"setclock.o"'
### List of Objects: adding '"setusart.o"'
### List of Objects: adding '"retarget.o"'
### List of Objects: adding '"stm32f10x_gpio.o"'
### List of Objects: adding '"stm32f10x_lib.o"'
### List of Objects: adding '"stm32f10x_rcc.o"'
### List of Objects: adding '"stm32f10x_usart.o"'
### List of Objects: adding '"stm32f10x_nvic.o"'
### List of Objects: adding '"systick_irq.o"'
### ADS-LD Command completed:
"stm32f10x.o" "cortexm3_macro.o" "main.o" "setclock.o" "setusart.o" "retarget.o" "stm32f10x_gpio.o" "stm32f10x_lib.o" "stm32f10x_rcc.o" "stm32f10x_usart.o" "stm32f10x_nvic.o" "systick_irq.o" --device DARMSTM --strict --scatter "stm32_study.sct" 

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

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

 --list ".\stm32_study.map" -o "stm32_study.axf"### Preparing Environment (PrepEnvAds)
### ADS-LD Output File: 'stm32_study.axf'
### ADS-LD Command File: 'stm32_study.lnp'
### Checking for dirty Components...
### Creating CmdFile 'stm32_study.lnp', Handle=0x0000025C
### Writing '.lnp' file
### ADS-LD Command file 'stm32_study.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 + -
显示快捷键?