Commit a916e9ea authored by 时昊's avatar 时昊

Merge branch 'LYK' into 'dev'

更新Boot程序(1.01_20240808)

See merge request !23
parents 26e8ccac 686c8e7b
......@@ -20,7 +20,7 @@ User definitions
typedef unsigned short MD_STATUS;
#define HAS_BOOTLOADER (0u) // 仅仿真App时设置为0
#define HAS_BOOTLOADER (1u) // 仅仿真App时设置为0
#define APP_BASE (0x0000C400ul)
/* Status list definition */
......
......@@ -6,6 +6,7 @@
�� ��;2016.11.1
******************************************************************************/
#include "UDS_ISO14229_Services.h"
#include "UDS_ISO14229_Server.h"
#include "flash.h"
#include "CAN_Signal\CAN_Lib.h"
#include "CAN_CH0_CAN_Communication_Matrix.h"
......@@ -16,12 +17,10 @@ typedef struct
uint8_t u8_Platform[32];
uint8_t u8_Communication_Type[32];
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 program_info_t program_info __attribute__((section(".ARM.__at_0x0000C200"))) =
/* 豪进750TFT仪表 */
extern const project_info_t project_info __attribute__((section(".ARM.__at_0x0000C200"))) =
{
"HJ_750_TFT",
"HJYB-7500TFT",
......
# 2024.08.08
修复一级Boot失效的问题
项目信息统一
内部版本号更新(1.01_20240808)
# 2024.08.03
第一版Boot程序, 实现CAN升级APP功能
\ No newline at end of file
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