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
f011c942
Commit
f011c942
authored
Aug 18, 2024
by
张金硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:更新630和279的串口协议库
parent
aea302d5
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
28 additions
and
26 deletions
+28
-26
HaoJin750TFT.uvprojx
.../Project/Cmsemicon/BAT32A279/MDK_ARM/HaoJin750TFT.uvprojx
+4
-4
HaoJin750TFT.sct
...ject/Cmsemicon/BAT32A279/MDK_ARM/Objects/HaoJin750TFT.sct
+2
-2
userdefine.h
...BAT32A279/MDK_ARM/RTE/Device/BAT32A279KM64FB/userdefine.h
+1
-1
LQ_GR250_S1.0.3.lib
Firmware/Source/Component/AMT630H/LQ_GR250_S1.0.3.lib
+0
-0
UartProtocol.h
Firmware/Source/Component/AMT630H/UartProtocol.h
+11
-9
kei_S1.0.4_20240818.lib
Firmware/Source/Component/AMT630H/kei_S1.0.4_20240818.lib
+0
-0
Sys_Task_List.c
Firmware/Source/System/Sys_Task_List.c
+1
-1
Option.properties
Firmware/utility/诊断工具/Option/Option.properties
+9
-9
No files found.
Firmware/Project/Cmsemicon/BAT32A279/MDK_ARM/HaoJin750TFT.uvprojx
View file @
f011c942
...
...
@@ -275,7 +275,7 @@
</OCR_RVCT3>
<OCR_RVCT4>
<Type>
1
</Type>
<StartAddress>
0x0
</StartAddress>
<StartAddress>
0x
c40
0
</StartAddress>
<Size>
0x73c00
</Size>
</OCR_RVCT4>
<OCR_RVCT5>
...
...
@@ -361,7 +361,7 @@
</VariousControls>
</Aads>
<LDads>
<umfTarg>
1
</umfTarg>
<umfTarg>
0
</umfTarg>
<Ropi>
0
</Ropi>
<Rwpi>
0
</Rwpi>
<noStLib>
0
</noStLib>
...
...
@@ -979,9 +979,9 @@
<FilePath>
..\..\..\..\Source\Component\AMT630H\PicBin.h
</FilePath>
</File>
<File>
<FileName>
UartProtocol_V1.32_BAT32A239
.lib
</FileName>
<FileName>
kei_S1.0.4_20240818
.lib
</FileName>
<FileType>
4
</FileType>
<FilePath>
..\..\..\..\Source\Component\AMT630H\
UartProtocol_V1.32_BAT32A239
.lib
</FilePath>
<FilePath>
..\..\..\..\Source\Component\AMT630H\
kei_S1.0.4_20240818
.lib
</FilePath>
</File>
<File>
<FileName>
UartProtocol.h
</FileName>
...
...
Firmware/Project/Cmsemicon/BAT32A279/MDK_ARM/Objects/HaoJin750TFT.sct
View file @
f011c942
...
...
@@ -2,8 +2,8 @@
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x0000
00
00 0x00073C00 { ; load region size_region
ER_IROM1 0x0000
00
00 0x00073C00 { ; load address = execution address
LR_IROM1 0x0000
C4
00 0x00073C00 { ; load region size_region
ER_IROM1 0x0000
C4
00 0x00073C00 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
...
...
Firmware/Project/Cmsemicon/BAT32A279/MDK_ARM/RTE/Device/BAT32A279KM64FB/userdefine.h
View file @
f011c942
...
...
@@ -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/Component/AMT630H/LQ_GR250_S1.0.3.lib
deleted
100644 → 0
View file @
aea302d5
File deleted
Firmware/Source/Component/AMT630H/UartProtocol.h
View file @
f011c942
...
...
@@ -31,6 +31,7 @@ extern uint8_t GetAliveCounter(ALIVE_COUNTER_TYPE n); /* 0:ALIVE_COUNTER_COMM, 1
extern
uint32_t
GetCrcErrCnts
(
void
);
extern
uint32_t
GetRecvLenErrCnts
(
void
);
extern
uint8_t
GetLcdInitSt
(
void
);
extern
uint8_t
GetLcdInitStB
(
void
);
extern
uint8_t
*
GetUartRecvData
(
uint32_t
*
UartRecvBufLen
,
uint32_t
*
UartRecvPos
);
extern
void
UartSendData
(
uint8_t
*
data
,
uint32_t
len
);
extern
void
AnalysisUartData
(
void
);
...
...
@@ -332,10 +333,10 @@ enum PhoneStatus
Phone_Undefine
=
0u
,
Phone_Idle
,
Phone_Connecting
,
Phone_EndCall
,
Phone_Outgoing
,
Phone_Incoming
,
Phone_Talking
,
Phone_EndCall
};
enum
PhoneConTrol
...
...
@@ -348,7 +349,7 @@ enum BlueToothStatus
{
BlueTooth_Undefine
=
0u
,
BlueTooth_DisConnect
,
BlueTooth_Connection
BlueTooth_Connection
,
};
enum
ECNaviIcon
...
...
@@ -434,7 +435,7 @@ typedef struct
{
uint8_t
BlueToothSignalSate
;
uint8_t
BlueToothPhoneSate
;
//incall、outcall
uint8_t
BlueToothPhoneName
[
4
0
];
uint8_t
BlueToothPhoneName
[
10
0
];
char
PhoneNumber
[
20
];
uint16_t
PhoneBookTotalCount
;
char
BlueToothName
[
20
];
...
...
@@ -508,5 +509,6 @@ extern void SetQRCodeTypeData(uint8_t data);
extern
void
SetUpdateCtrl
(
uint8_t
cmddata
,
_QRCODE_RECT
qrcode_obj
);
extern
void
SetBlueToothName
(
uint8_t
*
data
,
uint8_t
len
);
extern
void
SetTaskbarHeight
(
uint16_t
height
);
extern
void
Set_Pro_Unique_Identifier
(
uint8_t
*
data
,
uint8_t
len
);
#endif
Firmware/Source/Component/AMT630H/kei_S1.0.4_20240818.lib
0 → 100644
View file @
f011c942
File added
Firmware/Source/System/Sys_Task_List.c
View file @
f011c942
...
...
@@ -52,7 +52,7 @@ void Sys_20ms_Tasks(void)
void
Sys_50ms_Tasks
(
void
)
{
BlueToothService
();
//
BlueToothService();
Telltales_Management
();
g_u8Cursor_Posittion
=
Menu_Get_Current_Cursor_Information
();
...
...
Firmware/utility/诊断工具/Option/Option.properties
View file @
f011c942
#new Option
#
Tue Aug 13 23:16:37
CST 2024
#
Sun Aug 18 11:51:19
CST 2024
IsSort
=
true
MergeFlashIsCompression
=
false
ChangeAppFilePath
=
MergeCanXLSPath
=
RH850_D1M1AGPIOJSONpath
=
DBFFilePath
=
MergeCrcTtpe
=
2
9
MergeBootFilePath
=
C
\:\\
Users
\\
Lenovo
\\
Desktop
\\
haojin750_TFT
\\
haojin750tft
\\
Firmware
\\
utility
\\
Boot_Release
\\
HaoJin_750TFT_HJYB-7500TFT_BV1.01_20240808
.hex
MergeCrcTtpe
=
2
1
MergeBootFilePath
=
D
\:\\
git
\\
haojin750tft
\\
Firmware
\\
utility
\\
Boot_Release
\\
HaoJin_750TFT_HJYB-7500TFT_BV1.03_20240816
.hex
IsMergeChangeAddress
=
false
MergeFlashOutPutFilePath
=
GPIOOutPutPath
=
...
...
@@ -26,11 +26,11 @@ MergeLineInOutPutPath=
Leave2ID
=
17
PHYID
=
781
BaudRate
=
500K
AppUpdateFilePath
=
C
\:\\
Users
\\
Lenovo
\\
Desktop
\\
haojin750tft_2024-8-13
\\
APP_20240813230755344371.srec
AppUpdateFilePath
=
FUNID
=
7DF
IsMergeCreateBin
=
false
IsOverWrite
=
true
DllFilePath
=
C
\:\\
Users
\\
Lenovo
\\
Desktop
\\
haojin750_TFT
\\
haojin750tft
\\
Firmware
\\
utility
\\\u
8BCA
\u
65AD
\u
5DE5
\u5177\\\u
89E3
\u9501\u6587\u
4EF6
\\
default_64.dll
DllFilePath
=
MergeAudioOutPutPath
=
MergeCanOutPutPath
=
ChangeOutPutFilePath
=
...
...
@@ -42,12 +42,12 @@ UpdateProcess=\u9ED8\u8BA4
Driver
=
Kvaser
MergeFlashImageFormat
=
RH850_F1KMGPIOJSONpath
=
DriverFilePath
=
C
\:\\
Users
\\
Lenovo
\\
Desktop
\\
haojin750_TFT
\\
haojin750tft
\\
Firmware
\\
utility
\\\u
8BCA
\u
65AD
\u
5DE5
\u5177\\
FlashDriver
\\
R5_FlashDriver.srec
DriverFilePath
=
IsMergeCreateHex
=
false
MergeFlashIsCreateREC
=
false
TTFExtractTTFpath
=
MergeImageFilePath
=
IsMergeCreateUpdateBin
=
fals
e
IsMergeCreateUpdateBin
=
tru
e
MergeImageSize
=
128M
CRCFilePath
=
MergeFlashCompressionFormat
=
...
...
@@ -56,8 +56,8 @@ IsHexDisplay=true
MergeLineInXLSPath
=
MergeFlashInPutFilePath
=
MergeFlashIsInternal
=
false
MergeOutPutFilePath
=
C
\:\\
Users
\\
Lenovo
\\
Desktop
\\
haojin750tft_2024-8-13
MergeAppFilePath
=
C
\:\\
Users
\\
Lenovo
\\
Desktop
\\
haojin750tft_2024-8-13
\\
HaoJin750TFT.hex
MergeOutPutFilePath
=
D
\:\\\u9879\u
76EE
\\\u
8C6A
\u
8FDB
\\
haojin750TFT
\\
srec
MergeAppFilePath
=
D
\:\\
git
\\
haojin750tft
\\
Firmware
\\
Project
\\
Cmsemicon
\\
BAT32A279
\\
MDK_ARM
\\
Objects
\\
HaoJin750TFT.hex
MergeTelltalesXLSPath
=
FillingByte
=
-86
ImageVersion
=
0
...
...
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