Commit 2469153e authored by 李延凯's avatar 李延凯

feat: HAS_BOOTLOADER 设置为 1, 修改项目信息

parent 26e8ccac
...@@ -20,7 +20,7 @@ User definitions ...@@ -20,7 +20,7 @@ User definitions
typedef unsigned short MD_STATUS; typedef unsigned short MD_STATUS;
#define HAS_BOOTLOADER (0u) // 仅仿真App时设置为0 #define HAS_BOOTLOADER (1u) // 仅仿真App时设置为0
#define APP_BASE (0x0000C400ul) #define APP_BASE (0x0000C400ul)
/* Status list definition */ /* Status list definition */
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
�� ��;2016.11.1 �� ��;2016.11.1
******************************************************************************/ ******************************************************************************/
#include "UDS_ISO14229_Services.h" #include "UDS_ISO14229_Services.h"
#include "UDS_ISO14229_Server.h"
#include "flash.h" #include "flash.h"
#include "CAN_Signal\CAN_Lib.h" #include "CAN_Signal\CAN_Lib.h"
#include "CAN_CH0_CAN_Communication_Matrix.h" #include "CAN_CH0_CAN_Communication_Matrix.h"
...@@ -16,12 +17,10 @@ typedef struct ...@@ -16,12 +17,10 @@ typedef struct
uint8_t u8_Platform[32]; uint8_t u8_Platform[32];
uint8_t u8_Communication_Type[32]; uint8_t u8_Communication_Type[32];
uint32_t u8_Diagnostic_ID[4]; uint32_t u8_Diagnostic_ID[4];
} program_info_t; } project_info_t;
extern void UDS_Service_Response(uint8_t si, uint8_t RspType, uint16_t A_TA_type, uint16_t A_Length, uint8_t *A_Data); /* 豪进750TFT仪表 */
extern const project_info_t project_info __attribute__((section(".ARM.__at_0x0000C200"))) =
/* 豪进750TFT仪表信息, 诊断使用, 禁止修改 */
extern const program_info_t program_info __attribute__((section(".ARM.__at_0x0000C200"))) =
{ {
"HJ_750_TFT", "HJ_750_TFT",
"HJYB-7500TFT", "HJYB-7500TFT",
......
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