礦ision Build Log

Project:

D:\UserCode\ARM\use_library\7. EXTI_LED\MDK-ARM\EXTI_LED.uvproj Project File Date: 09/24/2015

Output:

Build target 'Target 1' compiling exti.c... linking... Program Size: Code=4136 RO-data=368 RW-data=44 ZI-data=1636 FromELF: creating hex file... ".\Obj\EXTI_LED.axf" - 0 Error(s), 0 Warning(s). Load "D:\\UserCode\\ARM\\use_library\\7. EXTI_LED\\MDK-ARM\\Obj\\EXTI_LED.axf" Set JLink Project File to "D:\UserCode\ARM\use_library\7. EXTI_LED\MDK-ARM\JLinkSettings.ini" * JLink Info: Device "STM32F107VC" selected (256 KB flash, 64 KB RAM). JLink info: ------------ DLL: V4.80g, compiled Feb 13 2014 20:50:02 Firmware: J-Link ARM V8 compiled Jan 31 2018 18:34:52 Hardware: V8.00 S/N : 20080643 Feature(s) : RDI,FlashDL,FlashBP,JFlash,GDBFull * JLink Info: TotalIRLen = 9, IRPrint = 0x0011 * JLink Info: TotalIRLen = 9, IRPrint = 0x0011 * JLink Info: Found Cortex-M3 r1p1, Little endian. * JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots * JLink Info: TPIU fitted. * JLink Info: ETM fitted. ROMTableAddr = 0xE00FF003 Target info: ------------ Device: STM32F107VC VTarget = 3.313V State of Pins: TCK: 1, TDI: 0, TDO: 1, TMS: 0, TRES: 1, TRST: 1 Hardware-Breakpoints: 6 Software-Breakpoints: 8192 Watchpoints: 4 JTAG speed: 2000 kHz Erase Done. Programming Done. Verify OK. Application running ...
Application running ... State of Pins: TCK: 1, TDI: 0, TDO: 1, TMS: 0, TRES: 1, TRST: 1 Hardware-Breakpoints: 6 Software-Breakpoints: 8192 Watchpoints: 4 JTAG speed: 2000 kHz Erase Done. Programming Done. Verify OK. Application running ... ile CPU is running ***JLink Error: Can not read register 5 (R5) while CPU is running ***JLink Error: Can not read register 6 (R6) while CPU is running ***JLink Error: Can not read register 7 (R7) while CPU is running ***JLink Error: Can not read register 8 (R8) while CPU is running ***JLink Error: Can not read register 9 (R9) while CPU is running ***JLink Error: Can not read register 10 (R10) while CPU is running ***JLink Error: Can not read register 11 (R11) while CPU is running Programming Done. Verify OK. Application running ... TMS: 0, TRES: 1, TRST: 1 Hardware-Breakpoints: 6 Software-Breakpoints: 8192 Watchpoints: 4 JTAG speed: 2000 kHz Erase Done. Programming Done. Verify OK. Application running ... #20: identifier "DMA_InitTypeDef" is undefined DMA_InitTypeDef DMA_InitStructure; ..\USER\stm32f10x_user.c(270): warning: #223-D: function "DMA_DeInit" declared implicitly DMA_DeInit(DMA1_Channel1); //复位ADC1对应DMA通道DMA1_Channel1 ..\USER\stm32f10x_user.c(274): error: #20: identifier "DMA_DIR_PeripheralSRC" is undefined DMA_InitStructure.DMA_DIR = DMA_DIR_PeripheralSRC; //外设作为数据来源地 ..\USER\stm32f10x_user.c(276): error: #20: identifier "DMA_PeripheralInc_Disable" is undefined DMA_InitStructure.DMA_PeripheralInc = DMA_PeripheralInc_Disable; //外设地址不允许自增 ..\USER\stm32f10x_user.c(277): error: #20: identifier "DMA_MemoryInc_Disable" is undefined DMA_InitStructure.DMA_MemoryInc = DMA_MemoryInc_Disable; //内存地址不允许自增 ..\USER\stm32f10x_user.c(278): error: #20: identifier "DMA_PeripheralDataSize_HalfWord" is undefined DMA_InitStructure.DMA_PeripheralDataSize = DMA_PeripheralDataSize_HalfWord; //外设数据为半字16bit ..\USER\stm32f10x_user.c(279): error: #20: identifier "DMA_MemoryDataSize_HalfWord" is undefined DMA_InitStructure.DMA_MemoryDataSize = DMA_MemoryDataSize_HalfWord; //内存数据为半字16bit ..\USER\stm32f10x_user.c(280): error: #20: identifier "DMA_Mode_Circular" is undefined DMA_InitStructure.DMA_Mode = DMA_Mode_Circular; //DMA工作在循环模式 ..\USER\stm32f10x_user.c(281): error: #20: identifier "DMA_Priority_High" is undefined DMA_InitStructure.DMA_Priority = DMA_Priority_High; //DMA请求优先级高 ..\USER\stm32f10x_user.c(282): error: #20: identifier "DMA_M2M_Disable" is undefined DMA_InitStructure.DMA_M2M = DMA_M2M_Disable; //DMA是外设到内存传递 ..\USER\stm32f10x_user.c(283): warning: #223-D: function "DMA_Init" declared implicitly DMA_Init(DMA1_Channel1, &DMA_InitStructure); ..\USER\stm32f10x_user.c(285): warning: #223-D: function "DMA_Cmd" declared implicitly DMA_Cmd(DMA1_Channel1, ENABLE); /*DMA使能*/ ..\USER\stm32f10x_user.c: 6 warnings, 16 errors compiling misc.c... compiling stm32f10x_gpio.c... compiling stm32f10x_exti.c... compiling stm32f10x_flash.c... compiling stm32f10x_rcc.c... compiling system_stm32f10x.c... compiling exti.c... ".\Obj\EXTI_LED.axf" - 17 Error(s), 8 Warning(s). Target not created Warning(s). Target not created