Commit a5c1308f authored by hu's avatar hu

Merge branch 'menutest' into withBoot_ENCN

parents 29eca063 4cdf8a74
#ifndef __FLASHCHECKSUM_H_
#define __FLASHCHECKSUM_H_
#define REAL_FLASHCHECKSUM 0xFBBA5D2Du
#define REAL_FLASHCHECKSUM 0x1CE2C295u
#define SPI_START_ADDR 0x10000000u
#define SPI_ADDR_RANGE 0x0699ADC0u
......
......@@ -18,7 +18,7 @@
#define SystemSupplierECUHardwareVersionNumberApp ((uint16_t)(10301)) /*硬件版本号 HV:01.02.02*/
#define SystemSupplierECUSoftwareInformationApp ((uint16_t)(10010)) /*软件版本号 SV:01.01.05*/
#define systemSupplierECUFlashInformationApp ((uint16_t)(7)) /*FLASH版本号 FV:00.14*/
#define systemSupplierECUFlashInformationApp ((uint16_t)(8)) /*FLASH版本号 FV:00.14*/
typedef struct
{
......
......@@ -3,10 +3,10 @@
const uint8_t TYW_UDS_BWVersion[7] = "BV:1.00"; // TYW BOOT -- 00 01
const uint8_t TYW_UDS_SWVersion[7] = "SV:1.10"; // TYW Software -- 00 02
const uint8_t TYW_UDS_HWVersion[7] = "HV:1.03"; // TYW Hardware -- 00 03
const uint8_t TYW_UDS_FWVersion[7] = "FV:1.06"; // TYW Flash -- 00 04
const uint8_t TYW_UDS_FWVersion[7] = "FV:1.08"; // TYW Flash -- 00 04
const uint8_t TYW_UDS_BLVersion[7] = "BL:-.--"; // TYW BL -- 00 05
const uint8_t TYW_UDS_ProgrammingDate[8] = "20240326"; // TYW Compilation Date -- 00 06
const uint8_t TYW_UDS_FUVersion[7] = "FU:1.50"; // TYW FUEL -- 00 07
const uint8_t TYW_UDS_FUVersion[7] = "FU:1.05"; // TYW FUEL -- 00 07
/**
*22服务函数入口
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment