Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
haoJin750TFT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
时昊
haoJin750TFT
Commits
2469153e
Commit
2469153e
authored
Aug 08, 2024
by
李延凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: HAS_BOOTLOADER 设置为 1, 修改项目信息
parent
26e8ccac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
userdefine.h
...BAT32A279/MDK_ARM/RTE/Device/BAT32A279KM64FB/userdefine.h
+1
-1
UDS_ISO14229_Services.c
Firmware/Source/UDS/UDS_ISO14229_Services.c
+4
-5
No files found.
Firmware/Project/Cmsemicon/BAT32A279/MDK_ARM/RTE/Device/BAT32A279KM64FB/userdefine.h
View file @
2469153e
...
...
@@ -20,7 +20,7 @@ User definitions
typedef
unsigned
short
MD_STATUS
;
#define HAS_BOOTLOADER (
0
u) // 仅仿真App时设置为0
#define HAS_BOOTLOADER (
1
u) // 仅仿真App时设置为0
#define APP_BASE (0x0000C400ul)
/* Status list definition */
...
...
Firmware/Source/UDS/UDS_ISO14229_Services.c
View file @
2469153e
...
...
@@ -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
];
}
pro
gram
_info_t
;
}
pro
ject
_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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment