Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZhongTong-ZR5-A
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
赵康弘
ZhongTong-ZR5-A
Commits
93c3acb1
Commit
93c3acb1
authored
Sep 28, 2025
by
赵康弘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: SGM4591Q初始化
parent
7f33125a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
init.c
GHS/System/init.c
+6
-5
No files found.
GHS/System/init.c
View file @
93c3acb1
...
...
@@ -6,6 +6,7 @@
#include "Simulated_IIC_4_Master.h"
#include "MC33984EHFK.h"
#include "SGMCD1020Q.h"
#include "SGM4591Q.h"
#define ADC_MODULE_SAMPLE//sophia add
/* Registers base adrress */
...
...
@@ -451,11 +452,11 @@ void Sys_Startup_Init(void)
/*****************************************************************************
************************** SPI module test ***********************************
*****************************************************************************/
Simulated_IIC_1_Init
(
);
Simulated_IIC_2_Init
(
);
Simulated_IIC_3
_Init
(
);
S
imulated_IIC_4_Init
(
);
Simulated_IIC_1_Init
();
Simulated_IIC_2_Init
(
);
Simulated_IIC_3_Init
(
);
Simulated_IIC_4
_Init
(
);
S
GM4591Q_Init
(
);
MC33984EHFK_Init
(
);
SGMCD1020Q_Init
(
);
#ifdef SPI_MODULE_SAMPLE
...
...
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