基于STM32的双极性逆变器软件

源代码在线查看: project.tra

软件大小: 1899 K
上传用户: harveywang
关键词: STM 32 双极性 逆变器
下载地址: 免注册下载 普通下载 VIP

相关代码

				*** Creating Trace Output File '.\Obj\project.tra' Ok.
				### Preparing for ADS-LD.
				### Creating ADS-LD Command Line
				### List of Objects: adding '".\obj\main.o"'
				### List of Objects: adding '".\obj\stm32f10x_it.o"'
				### List of Objects: adding '".\obj\systm_init.o"'
				### List of Objects: adding '".\obj\pwm_adjust.o"'
				### List of Objects: adding '".\obj\uart.o"'
				### List of Objects: adding '".\obj\adc.o"'
				### List of Objects: adding '".\obj\lcd_12864.o"'
				### List of Objects: adding '".\obj\flash.o"'
				### List of Objects: adding '".\obj\key.o"'
				### List of Objects: adding '".\obj\adjust.o"'
				### List of Objects: adding '".\obj\cortexm3_macro.o"'
				### List of Objects: adding '".\obj\stm32f10x_vector.o"'
				### List of Objects: adding '".\obj\stm32f10x_adc.o"'
				### List of Objects: adding '".\obj\stm32f10x_bkp.o"'
				### List of Objects: adding '".\obj\stm32f10x_can.o"'
				### List of Objects: adding '".\obj\stm32f10x_crc.o"'
				### List of Objects: adding '".\obj\stm32f10x_dac.o"'
				### List of Objects: adding '".\obj\stm32f10x_dbgmcu.o"'
				### List of Objects: adding '".\obj\stm32f10x_dma.o"'
				### List of Objects: adding '".\obj\stm32f10x_exti.o"'
				### List of Objects: adding '".\obj\stm32f10x_flash.o"'
				### List of Objects: adding '".\obj\stm32f10x_fsmc.o"'
				### List of Objects: adding '".\obj\stm32f10x_gpio.o"'
				### List of Objects: adding '".\obj\stm32f10x_i2c.o"'
				### List of Objects: adding '".\obj\stm32f10x_iwdg.o"'
				### List of Objects: adding '".\obj\stm32f10x_lib.o"'
				### List of Objects: adding '".\obj\stm32f10x_nvic.o"'
				### List of Objects: adding '".\obj\stm32f10x_pwr.o"'
				### List of Objects: adding '".\obj\stm32f10x_rcc.o"'
				### List of Objects: adding '".\obj\stm32f10x_rtc.o"'
				### List of Objects: adding '".\obj\stm32f10x_sdio.o"'
				### List of Objects: adding '".\obj\stm32f10x_spi.o"'
				### List of Objects: adding '".\obj\stm32f10x_systick.o"'
				### List of Objects: adding '".\obj\stm32f10x_tim.o"'
				### List of Objects: adding '".\obj\stm32f10x_usart.o"'
				### List of Objects: adding '".\obj\stm32f10x_wwdg.o"'
				### ADS-LD Command completed:
				".\obj\main.o" ".\obj\stm32f10x_it.o" ".\obj\systm_init.o" ".\obj\pwm_adjust.o" ".\obj\uart.o" ".\obj\adc.o" ".\obj\lcd_12864.o" ".\obj\flash.o" ".\obj\key.o" ".\obj\adjust.o" ".\obj\cortexm3_macro.o" ".\obj\stm32f10x_vector.o" ".\obj\stm32f10x_adc.o" ".\obj\stm32f10x_bkp.o" ".\obj\stm32f10x_can.o" ".\obj\stm32f10x_crc.o" ".\obj\stm32f10x_dac.o" ".\obj\stm32f10x_dbgmcu.o" ".\obj\stm32f10x_dma.o" ".\obj\stm32f10x_exti.o" ".\obj\stm32f10x_flash.o" ".\obj\stm32f10x_fsmc.o" ".\obj\stm32f10x_gpio.o" ".\obj\stm32f10x_i2c.o" ".\obj\stm32f10x_iwdg.o" ".\obj\stm32f10x_lib.o" ".\obj\stm32f10x_nvic.o" ".\obj\stm32f10x_pwr.o" ".\obj\stm32f10x_rcc.o" ".\obj\stm32f10x_rtc.o" ".\obj\stm32f10x_sdio.o" ".\obj\stm32f10x_spi.o" ".\obj\stm32f10x_systick.o" ".\obj\stm32f10x_tim.o" ".\obj\stm32f10x_usart.o" ".\obj\stm32f10x_wwdg.o" --device DARMSTM --strict --scatter ".\Obj\project.sct" 

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

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

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

相关资源