8436beb279
Signed-off-by: lidun <1084178170@qq.com>
355 lines
21 KiB
HTML
355 lines
21 KiB
HTML
<html>
|
||
<body>
|
||
<pre>
|
||
<h1>µVision Build Log</h1>
|
||
<h2>Tool Versions:</h2>
|
||
IDE-Version: ¦ÌVision V5.25.2.0
|
||
Copyright (C) 2018 ARM Ltd and ARM Germany GmbH. All rights reserved.
|
||
License Information: 1 1, 1, LIC=65ISZ-JBQHC-DYTV3-A303U-XYRS5-5GVTY
|
||
|
||
Tool Versions:
|
||
Toolchain: MDK-ARM Plus Version: 5.25.2.0
|
||
Toolchain Path: D:\keil\ARM\ARMCC\Bin
|
||
C Compiler: Armcc.exe V5.06 update 6 (build 750)
|
||
Assembler: Armasm.exe V5.06 update 6 (build 750)
|
||
Linker/Locator: ArmLink.exe V5.06 update 6 (build 750)
|
||
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
|
||
Hex Converter: FromElf.exe V5.06 update 6 (build 750)
|
||
CPU DLL: SARMCM3.DLL V5.25.2.0
|
||
Dialog DLL: DCM.DLL V1.17.1.0
|
||
Target DLL: Segger\JL2CM3.dll V2.99.29.0
|
||
Dialog DLL: TCM.DLL V1.35.1.0
|
||
|
||
<h2>Project:</h2>
|
||
D:\git_lidun\42_SaLiSi\Celis_adapter_DC_To_AC\USER\LED.uvprojx
|
||
Project File Date: 12/26/2023
|
||
|
||
<h2>Output:</h2>
|
||
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\keil\ARM\ARMCC\Bin'
|
||
Rebuild target 'Target 1'
|
||
compiling stm32f10x_it.c...
|
||
compiling system_stm32f10x.c...
|
||
compiling dc300.c...
|
||
..\SYSTEM\dc300.c(4): warning: #1-D: last line of file ends without a newline
|
||
dcmodule_info_t ModuleInfo ;
|
||
..\SYSTEM\dc300.c: 1 warning, 0 errors
|
||
compiling 4G_EC200_Handle.c...
|
||
..\SYSTEM\4G_EC200_Handle.c(10): warning: #167-D: argument of type "char *" is incompatible with parameter of type "uint8_t *"
|
||
RS232_Uart2_Write(data, datalen);
|
||
..\SYSTEM\4G_EC200_Handle.c(467): warning: #223-D: function "strlen" declared implicitly
|
||
Quectel_SendData(pdata, strlen(pdata));
|
||
..\SYSTEM\4G_EC200_Handle.c(467): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *"
|
||
Quectel_SendData(pdata, strlen(pdata));
|
||
..\SYSTEM\4G_EC200_Handle.c(472): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *"
|
||
Quectel_SendData(pdata, strlen(pdata));
|
||
..\SYSTEM\4G_EC200_Handle.c(476): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *"
|
||
Quectel_SendData(pdata, strlen(pdata));
|
||
..\SYSTEM\4G_EC200_Handle.c(487): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *"
|
||
Quectel_SendData(pdata, strlen(pdata));
|
||
..\SYSTEM\4G_EC200_Handle.c(516): warning: #223-D: function "strstr" declared implicitly
|
||
if(strstr((const char*)(pDataBuff), except) != NULL)
|
||
..\SYSTEM\4G_EC200_Handle.c(528): warning: #144-D: a value of type "u8 *" cannot be used to initialize an entity of type "char *"
|
||
char * pRxBuff = USART2_RX_BUF;
|
||
..\SYSTEM\4G_EC200_Handle.c(564): warning: #223-D: function "strstr" declared implicitly
|
||
if (strstr((const char*)pRxBuff, "READY"))
|
||
..\SYSTEM\4G_EC200_Handle.c(599): warning: #223-D: function "strstr" declared implicitly
|
||
else if (strstr((char*)pRxBuff, "ERROR"))
|
||
..\SYSTEM\4G_EC200_Handle.c(607): warning: #223-D: function "memset" declared implicitly
|
||
memset(USART2_RX_BUF,0,sizeof(USART2_RX_BUF));
|
||
..\SYSTEM\4G_EC200_Handle.c: 11 warnings, 0 errors
|
||
compiling bsp_i2c_gpio.c...
|
||
compiling chipid.c...
|
||
..\SYSTEM\chipid.c(49): warning: #223-D: function "IWDG_Feed" declared implicitly
|
||
IWDG_Feed();
|
||
..\SYSTEM\chipid.c(66): warning: #940-D: missing return statement at end of non-void function "ChipUniqueIDCompare"
|
||
}
|
||
..\SYSTEM\chipid.c: 2 warnings, 0 errors
|
||
compiling spi.c...
|
||
compiling bsp_cpu_flash.c...
|
||
compiling 24cxx.c...
|
||
..\SYSTEM\24cxx.c(123): warning: #223-D: function "IWDG_Feed" declared implicitly
|
||
IWDG_Feed();
|
||
..\SYSTEM\24cxx.c(138): warning: #223-D: function "IWDG_Feed" declared implicitly
|
||
IWDG_Feed();
|
||
..\SYSTEM\24cxx.c: 2 warnings, 0 errors
|
||
compiling ads1015.c...
|
||
..\SYSTEM\ads1015.c(132): warning: #2532-D: support for trigraphs is disabled
|
||
*? ?: HCMD :????8?(??,??,????)
|
||
..\SYSTEM\ads1015.c(242): warning: #111-D: statement is unreachable
|
||
return ((float)temp/10); //
|
||
..\SYSTEM\ads1015.c(289): warning: #223-D: function "printf" declared implicitly
|
||
printf("Negative voltage sample fault!\r\n");
|
||
..\SYSTEM\ads1015.c: 3 warnings, 0 errors
|
||
compiling adc.c...
|
||
compiling main.c...
|
||
compiling app_pwr_manage.c...
|
||
compiling common.c...
|
||
compiling timer.c...
|
||
compiling led.c...
|
||
..\HARDWARE\LED\led.c(86): warning: #223-D: function "BKP_TamperPinCmd" declared implicitly
|
||
BKP_TamperPinCmd(DISABLE); /* ¹Ø±ÕÈëÇÖ¼ì²â¹¦ÄÜ,PC13¿ÉÒÔÓÃ×÷ÆÕͨIO*/
|
||
..\HARDWARE\LED\led.c: 1 warning, 0 errors
|
||
compiling CanBusDrv.c...
|
||
..\HARDWARE\CAN\canbusdrv.h(62): warning: #223-D: function "memcpy" declared implicitly
|
||
memcpy(pt_frame->Data, data, len);
|
||
..\HARDWARE\CAN\CanBusDrv.c(274): warning: #940-D: missing return statement at end of non-void function "can_bus_close"
|
||
}
|
||
..\HARDWARE\CAN\CanBusDrv.c(283): warning: #144-D: a value of type "unsigned char (*)(unsigned char, unsigned int, const unsigned char *, unsigned char)" cannot be used to initialize an entity of type "unsigned char (*)(unsigned char, unsigned int, unsigned char *, unsigned char)"
|
||
can_bus_send_rt, //canSend
|
||
..\HARDWARE\CAN\CanBusDrv.c(294): warning: #144-D: a value of type "unsigned char (*)(unsigned char, unsigned int, const unsigned char *, unsigned char)" cannot be used to initialize an entity of type "unsigned char (*)(unsigned char, unsigned int, unsigned char *, unsigned char)"
|
||
can_bus_send_rt, //canSend
|
||
..\HARDWARE\CAN\CanBusDrv.c(309): warning: #223-D: function "memset" declared implicitly
|
||
memset(&canbus[0], 0x00, sizeof(canbus));
|
||
..\HARDWARE\CAN\CanBusDrv.c(314): warning: #223-D: function "memcpy" declared implicitly
|
||
memcpy(&tpcb[0],pcb,sizeof(st_cancb)); /* ϱêÒªÓëst_canif.chan Ò»Ö */
|
||
..\HARDWARE\CAN\CanBusDrv.c(318): warning: #223-D: function "memcpy" declared implicitly
|
||
memcpy(&tpcb[1],pcb,sizeof(st_cancb)); /* ϱêÒªÓëst_canif.chan Ò»Ö */
|
||
..\HARDWARE\CAN\CanBusDrv.c: 7 warnings, 0 errors
|
||
compiling can.c...
|
||
..\HARDWARE\CAN\can.c(582): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(607): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(631): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(737): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(759): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(809): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(834): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(857): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(898): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(967): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(1044): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(1085): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(1096): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(1127): warning: #223-D: function "can_write" declared implicitly
|
||
can_write(&BMS_CanTxData);
|
||
..\HARDWARE\CAN\can.c(1203): warning: #550-D: variable "SingleId" was set but never used
|
||
uint32_t SingleId;
|
||
..\HARDWARE\CAN\can.c(1281): warning: #144-D: a value of type "uint8_t *" cannot be used to initialize an entity of type "char *"
|
||
char* Vin=SysParaPileD.VehichleInfo;//"LK6ADCE15LB408569";
|
||
..\HARDWARE\CAN\can.c(1341): warning: #223-D: function "can_write2" declared implicitly
|
||
can_write2(&BMS_Can2TxData);
|
||
..\HARDWARE\CAN\can.c: 17 warnings, 0 errors
|
||
compiling bsp_can.c...
|
||
..\HARDWARE\CAN\canbusdrv.h(62): warning: #223-D: function "memcpy" declared implicitly
|
||
memcpy(pt_frame->Data, data, len);
|
||
..\HARDWARE\CAN\bsp_can.c(188): warning: #223-D: function "can_bus_off_hook" declared implicitly
|
||
can_bus_off_hook(0);
|
||
..\HARDWARE\CAN\bsp_can.c(221): warning: #223-D: function "can_bus_off_hook" declared implicitly
|
||
can_bus_off_hook(1);
|
||
..\HARDWARE\CAN\bsp_can.c: 3 warnings, 0 errors
|
||
compiling porting.c...
|
||
..\HARDWARE\CAN\porting.c(36): warning: #223-D: function "memcpy" declared implicitly
|
||
memcpy((unsigned char*)stfifo->wp,(unsigned char*)stunit,stfifo->stsize);
|
||
..\HARDWARE\CAN\porting.c(63): warning: #223-D: function "memcpy" declared implicitly
|
||
memcpy((unsigned char*)stunit,(unsigned char*)stfifo->rp,stfifo->stsize);
|
||
..\HARDWARE\CAN\porting.c(346): warning: #223-D: function "memset" declared implicitly
|
||
memset(&can_signal_queue, 0x00, sizeof(can_signal_queue));
|
||
..\HARDWARE\CAN\porting.c(469): warning: #223-D: function "memset" declared implicitly
|
||
memset(can_timer, 0x00, sizeof(can_timer));
|
||
..\HARDWARE\CAN\porting.c: 4 warnings, 0 errors
|
||
assembling startup_stm32f10x_cl.s...
|
||
compiling CanDrvCtrl.c...
|
||
..\HARDWARE\CAN\CanDrvCtrl.c(209): warning: #223-D: function "memcpy" declared implicitly
|
||
if(tmpRItem.datalen > 0 && tmpRItem.datalen<=8) CAN_COPY(tmpRItem.data,data,tmpRItem.datalen);
|
||
..\HARDWARE\CAN\CanDrvCtrl.c(241): warning: #223-D: function "memcpy" declared implicitly
|
||
CAN_COPY((void*)&(CanIF[i].canif),(void*)IF,sizeof(st_canif));
|
||
..\HARDWARE\CAN\CanDrvCtrl.c(455): warning: #223-D: function "memcpy" declared implicitly
|
||
if(send.datalen>0 && send.datalen<=8) CAN_COPY(send.data,data,send.datalen);
|
||
..\HARDWARE\CAN\CanDrvCtrl.c(484): warning: #223-D: function "memcpy" declared implicitly
|
||
if(rec.datalen > 0 && rec.datalen<=8) CAN_COPY(data,rec.data,rec.datalen);
|
||
..\HARDWARE\CAN\CanDrvCtrl.c(588): warning: #223-D: function "memset" declared implicitly
|
||
memset(&pif->smsg,0x00,sizeof(pif->smsg));
|
||
..\HARDWARE\CAN\CanDrvCtrl.c(655): warning: #188-D: enumerated type mixed with another type
|
||
hdlCanCtrlMsg(para1, para2);
|
||
..\HARDWARE\CAN\CanDrvCtrl.c(663): warning: #513-D: a value of type "void *" cannot be assigned to an entity of type "void (*)(unsigned int, unsigned int)"
|
||
hdlCommSent = (void *)para1;
|
||
..\HARDWARE\CAN\CanDrvCtrl.c(728): warning: #223-D: function "memset" declared implicitly
|
||
memset(p_pl->prompt,0x00,sizeof(ppl->prompt));
|
||
..\HARDWARE\CAN\CanDrvCtrl.c(729): warning: #223-D: function "memcpy" declared implicitly
|
||
CAN_COPY(p_pl->prompt,ppl->prompt,sizeof(ppl->prompt)-1);
|
||
..\HARDWARE\CAN\CanDrvCtrl.c(758): warning: #223-D: function "memcmp" declared implicitly
|
||
if(CAN_CMPY(ppl->prompt,pif->pl.prompt,sizeof(ppl->prompt)-1) != 0)
|
||
..\HARDWARE\CAN\CanDrvCtrl.c(789): warning: #223-D: function "memset" declared implicitly
|
||
memset(&pif->pl,0x00,sizeof(st_pl));
|
||
..\HARDWARE\CAN\CanDrvCtrl.c(803): warning: #223-D: function "memset" declared implicitly
|
||
memset(&CanIF[i],0x00,sizeof(st_if));
|
||
..\HARDWARE\CAN\CanDrvCtrl.c: 12 warnings, 0 errors
|
||
compiling delay.c...
|
||
compiling can_app.c...
|
||
..\HARDWARE\CAN\CanBusDrv.h(62): warning: #223-D: function "memcpy" declared implicitly
|
||
memcpy(pt_frame->Data, data, len);
|
||
..\HARDWARE\CAN\can_app.c(270): warning: #187-D: use of "=" where "==" may have been intended
|
||
if ((canbus[i].step = E_BUS_BUSOFF)/* && ·ÇÐÝÃßÌõ¼þ*/)
|
||
..\HARDWARE\CAN\can_app.c(319): warning: #223-D: function "printf" declared implicitly
|
||
printf("can 1: step(%d), recorvery(%d), last bus off tick(%d), last recovery tick(%d)!\n", \
|
||
..\HARDWARE\CAN\can_app.c(450): warning: #223-D: function "bms_RcvCanSingleDataProc" declared implicitly
|
||
if(bms_RcvCanSingleDataProc(rec_message) == 1)
|
||
..\HARDWARE\CAN\can_app.c(453): warning: #223-D: function "bms_RcvCanMutliData" declared implicitly
|
||
bms_RcvCanMutliData(MutliBMSCAN1Msg,0,&bms_rev_busy_flag);
|
||
..\HARDWARE\CAN\can_app.c(455): warning: #223-D: function "IWDG_Feed" declared implicitly
|
||
IWDG_Feed();
|
||
..\HARDWARE\CAN\can_app.c(463): warning: #223-D: function "bms_RcvCan2DataProc" declared implicitly
|
||
bms_RcvCan2DataProc(rec_message);
|
||
..\HARDWARE\CAN\can_app.c(465): warning: #223-D: function "IWDG_Feed" declared implicitly
|
||
IWDG_Feed();
|
||
..\HARDWARE\CAN\can_app.c(474): warning: #223-D: function "memset" declared implicitly
|
||
memset(&canbus[0], 0x00, sizeof(canbus));
|
||
..\HARDWARE\CAN\can_app.c(482): warning: #223-D: function "printf" declared implicitly
|
||
printf("can1 ÐÒé³õʼ»¯³É¹¦\r\n");
|
||
..\HARDWARE\CAN\can_app.c(486): warning: #223-D: function "printf" declared implicitly
|
||
printf("can2 ÐÒé³õʼ»¯³É¹¦\r\n");
|
||
..\HARDWARE\CAN\can_app.c: 11 warnings, 0 errors
|
||
compiling sys.c...
|
||
..\SYSTEM\sys\sys.c(42): warning: #2532-D: support for trigraphs is disabled
|
||
????:tick??,timeout ??(??)
|
||
..\SYSTEM\sys\sys.c(210): warning: #223-D: function "IWDG_Feed" declared implicitly
|
||
IWDG_Feed();
|
||
..\SYSTEM\sys\sys.c(229): warning: #223-D: function "IWDG_Feed" declared implicitly
|
||
IWDG_Feed();
|
||
..\SYSTEM\sys\sys.c(230): warning: #223-D: function "bsp_WriteCpuFlash" declared implicitly
|
||
bsp_WriteCpuFlash(SysParaPileADDR,(unsigned char *)(&SysParaPileD),sizeof(SysParaPileD)); //
|
||
..\SYSTEM\sys\sys.c(253): warning: #223-D: function "IWDG_Feed" declared implicitly
|
||
IWDG_Feed();
|
||
..\SYSTEM\sys\sys.c(254): warning: #223-D: function "bsp_WriteCpuFlash" declared implicitly
|
||
bsp_WriteCpuFlash(SOCParaPileADDR,(unsigned char *)(&SocCalculate),sizeof(SocCalculate)); //
|
||
..\SYSTEM\sys\sys.c(264): warning: #223-D: function "memset" declared implicitly
|
||
memset(&SocCalculate,0,sizeof(SocCalculate));
|
||
..\SYSTEM\sys\sys.c(268): warning: #223-D: function "printf" declared implicitly
|
||
DEPRINT("======Hai Dun soc Parameter Init!======\r\n");
|
||
..\SYSTEM\sys\sys.c(270): warning: #223-D: function "bsp_ReadCpuFlash" declared implicitly
|
||
bsp_ReadCpuFlash(SOCParaPileADDR,(unsigned char *)(&SocCalculate),sizeof(SocCalculate)); //»ñȡ׮Ìå²ÎÊýÐÅÏ¢
|
||
..\SYSTEM\sys\sys.c(303): warning: #223-D: function "memset" declared implicitly
|
||
memset(&SysParaPileD,0,sizeof(SysParaPile));
|
||
..\SYSTEM\sys\sys.c(304): warning: #223-D: function "printf" declared implicitly
|
||
DEPRINT("======Hai Dun Parameter Init!======\r\n");
|
||
..\SYSTEM\sys\sys.c(305): warning: #223-D: function "bsp_ReadCpuFlash" declared implicitly
|
||
bsp_ReadCpuFlash(SysParaPileADDR,(unsigned char *)(&SysParaPileD),sizeof(SysParaPile)); //»ñȡ׮Ìå²ÎÊýÐÅÏ¢
|
||
..\SYSTEM\sys\sys.c(389): warning: #223-D: function "sprintf" declared implicitly
|
||
sprintf((char *)SysParaPileD.bluetooth_name,"%s",DEFAULT_BLUE_TOOTH_NAME);
|
||
..\SYSTEM\sys\sys.c(395): warning: #223-D: function "sprintf" declared implicitly
|
||
sprintf((char *)SysParaPileD.bluetooth_passward,"%s",DEFAULT_BLUE_TOOTH_PASSWARD);
|
||
..\SYSTEM\sys\sys.c(401): warning: #223-D: function "sprintf" declared implicitly
|
||
sprintf((char *)SysParaPileD.manufacturer_name,"%s",DEFAULT_BLUE_TOOTH_NAME);
|
||
..\SYSTEM\sys\sys.c(420): warning: #223-D: function "strcpy" declared implicitly
|
||
strcpy((char*)&SysParaPileD.VehichleInfo[0],"LK6ADCE15LB408569");
|
||
..\SYSTEM\sys\sys.c(434): warning: #513-D: a value of type "uint8_t *" cannot be assigned to an entity of type "char *"
|
||
vin = SysParaPileD.VehichleInfo;
|
||
..\SYSTEM\sys\sys.c(435): warning: #223-D: function "VinCalc" declared implicitly
|
||
VinCalc(vin,&check);
|
||
..\SYSTEM\sys\sys.c: 18 warnings, 0 errors
|
||
compiling misc.c...
|
||
compiling core_cm3.c...
|
||
compiling usart.c...
|
||
..\SYSTEM\usart\usart.c(27): warning: #260-D: explicit type is missing ("int" assumed)
|
||
_sys_exit(int x)
|
||
..\SYSTEM\usart\usart.c(857): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
|
||
if (strstr(incmd.cmd,shellmap[indexflag].command))
|
||
..\SYSTEM\usart\usart.c(1724): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
|
||
data =strlen(&Blue_pkg->ucDataSpace[2]);
|
||
..\SYSTEM\usart\usart.c(1771): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
|
||
data =strlen(&Blue_pkg->ucDataSpace[2]);
|
||
..\SYSTEM\usart\usart.c(2264): warning: #225-D: the format string ends before this argument
|
||
printf("DCRequireCurrent%dA \n\r",SysParaPileD.DCRequireCurrent/10,SysParaPileD.DCRequireCurrent%10 );
|
||
..\SYSTEM\usart\usart.c(2868): warning: #223-D: function "IWDG_Feed" declared implicitly
|
||
IWDG_Feed();
|
||
..\SYSTEM\usart\usart.c(2904): warning: #223-D: function "FLASH_Unlock" declared implicitly
|
||
FLASH_Unlock();
|
||
..\SYSTEM\usart\usart.c(2911): warning: #223-D: function "FLASH_ErasePage" declared implicitly
|
||
FLASH_ErasePage(addr);
|
||
..\SYSTEM\usart\usart.c(2930): warning: #223-D: function "FLASH_ProgramWord" declared implicitly
|
||
if (FLASH_ProgramWord(addr, Upddata[i]) == 4)break; //// FLASH_COMPLETE 4
|
||
..\SYSTEM\usart\usart.c(2978): warning: #223-D: function "FLASH_ErasePage" declared implicitly
|
||
FLASH_ErasePage(UpdInfoAddr);
|
||
..\SYSTEM\usart\usart.c(2982): warning: #223-D: function "FLASH_ProgramWord" declared implicitly
|
||
if (FLASH_ProgramWord(UpdInfoAddr, UpdDataFlag) == 4)break; //// FLASH_COMPLETE 4
|
||
..\SYSTEM\usart\usart.c(3000): warning: #223-D: function "FLASH_ProgramWord" declared implicitly
|
||
if (FLASH_ProgramWord(UpdInfoAddr + 4, UpdHead.FileTotalByte) == 4)break; //// FLASH_COMPLETE 4
|
||
..\SYSTEM\usart\usart.c(3027): warning: #223-D: function "FLASH_Lock" declared implicitly
|
||
FLASH_Lock();
|
||
..\SYSTEM\usart\usart.c: 13 warnings, 0 errors
|
||
compiling stm32f10x_gpio.c...
|
||
compiling stm32f10x_rcc.c...
|
||
compiling stm32f10x_usart.c...
|
||
compiling stm32f10x_can.c...
|
||
compiling stm32f10x_tim.c...
|
||
compiling stm32f10x_adc.c...
|
||
compiling stm32f10x_dma.c...
|
||
compiling stm32f10x_flash.c...
|
||
compiling stm32f10x_iwdg.c...
|
||
compiling stm32f10x_bkp.c...
|
||
compiling stm32f10x_pwr.c...
|
||
compiling stm32f10x_spi.c...
|
||
compiling stm32f10x_rtc.c...
|
||
compiling SEN_DCUMessage.c...
|
||
..\HARDWARE\CELIS\SEN_DCUMessage.c(48): warning: #223-D: function "can_write2" declared implicitly
|
||
can_write2(&DCU_Can2TxData);
|
||
..\HARDWARE\CELIS\SEN_DCUMessage.c(65): warning: #223-D: function "can_write2" declared implicitly
|
||
can_write2(&DCU_Can2TxData);
|
||
..\HARDWARE\CELIS\SEN_DCUMessage.c(83): warning: #223-D: function "can_write2" declared implicitly
|
||
can_write2(&DCU_Can2TxData);
|
||
..\HARDWARE\CELIS\SEN_DCUMessage.c: 3 warnings, 0 errors
|
||
compiling stm32f10x_exti.c...
|
||
compiling KC.c...
|
||
compiling REV_CarMessage.c...
|
||
..\HARDWARE\CELIS\REV_CarMessage.c(38): warning: #188-D: enumerated type mixed with another type
|
||
CELIS.parenr->Set_Car_Working_Status(p->bits.BMS_WorkStatus);//»ñÈ¡BMS¹¤×÷״̬
|
||
..\HARDWARE\CELIS\REV_CarMessage.c(98): warning: #188-D: enumerated type mixed with another type
|
||
CELIS.parenr->Set_Car_Charging_Mode(p->bits.ChargeMode);//»ñÈ¡³äµçģʽ
|
||
..\HARDWARE\CELIS\REV_CarMessage.c(99): warning: #188-D: enumerated type mixed with another type
|
||
CELIS.parenr->Set_BMS_Charging_allowance(p->bits.BMS_ChrgAllowed_DCU);//BMSÇëÇóÔÊÐí
|
||
..\HARDWARE\CELIS\REV_CarMessage.c(128): warning: #188-D: enumerated type mixed with another type
|
||
CELIS.parenr->Set_Car_Charging_allowance(p->bits.VCU_ChrgAllowed_BMS);//VCU³äµçÔÊÐí
|
||
..\HARDWARE\CELIS\REV_CarMessage.c(129): warning: #188-D: enumerated type mixed with another type
|
||
CELIS.parenr->Set_Car_Working_Mode(p->bits.VCU_Mode);//VCU¹¤×÷ģʽ
|
||
..\HARDWARE\CELIS\REV_CarMessage.c: 5 warnings, 0 errors
|
||
compiling CDZ_State.c...
|
||
compiling BMS_massage.c...
|
||
linking...
|
||
Program Size: Code=43208 RO-data=2704 RW-data=2580 ZI-data=22660
|
||
FromELF: creating hex file...
|
||
After Build - User command #1: ..\OBJ\merge.cmd
|
||
D:\git_lidun\42_SaLiSi\Celis_adapter_DC_To_AC\USER>set "cmdDir=D:\git_lidun\42_SaLiSi\Celis_adapter_DC_To_AC\OBJ\"
|
||
D:\git_lidun\42_SaLiSi\Celis_adapter_DC_To_AC\USER>copy D:\git_lidun\42_SaLiSi\Celis_adapter_DC_To_AC\OBJ\boot.hex D:\git_lidun\42_SaLiSi\Celis_adapter_DC_To_AC\OBJ\DCBms.hex
|
||
ÒѸ´ÖÆ 1 ¸öÎļþ¡£
|
||
D:\git_lidun\42_SaLiSi\Celis_adapter_DC_To_AC\USER>type D:\git_lidun\42_SaLiSi\Celis_adapter_DC_To_AC\OBJ\LED.hex 1>>D:\git_lidun\42_SaLiSi\Celis_adapter_DC_To_AC\OBJ\DCBms.hex
|
||
After Build - User command #2: fromelf --bin --output ..\OBJ\App.bin ..\OBJ\LED.axf
|
||
"..\OBJ\LED.axf" - 0 Error(s), 113 Warning(s).
|
||
|
||
<h2>Software Packages used:</h2>
|
||
|
||
Package Vendor: ARM
|
||
http://www.keil.com/pack/ARM.CMSIS.5.3.0.pack
|
||
ARM.CMSIS.5.3.0
|
||
CMSIS (Cortex Microcontroller Software Interface Standard)
|
||
* Component: CORE Version: 5.1.1
|
||
|
||
Package Vendor: Keil
|
||
http://www.keil.com/pack/Keil.STM32F1xx_DFP.2.2.0.pack
|
||
Keil.STM32F1xx_DFP.2.2.0
|
||
STMicroelectronics STM32F1 Series Device Support, Drivers and Examples
|
||
|
||
<h2>Collection of Component include folders:</h2>
|
||
.\RTE\_Target_1
|
||
D:\keil\ARM\PACK\ARM\CMSIS\5.3.0\CMSIS\Include
|
||
D:\keil\ARM\PACK\Keil\STM32F1xx_DFP\2.2.0\Device\Include
|
||
|
||
<h2>Collection of Component Files used:</h2>
|
||
|
||
* Component: ARM::CMSIS:CORE:5.1.1
|
||
Build Time Elapsed: 00:00:05
|
||
</pre>
|
||
</body>
|
||
</html>
|