Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
Wireless-A5130
Project
Project
Details
Activity
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
Arc Lin
Wireless-A5130
Commits
5223aa04
Commit
5223aa04
authored
May 29, 2020
by
Arc Lin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add description for CS4265 initialize.
parent
beb3e010
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
freertos.c
Src/freertos.c
+5
-4
No files found.
Src/freertos.c
View file @
5223aa04
...
...
@@ -216,12 +216,13 @@ void CS4265_init(void)
{
uint8_t
ret
;
uint8_t
addr
[]
=
{
0x00
,
0x00
,
0x08
,
0x18
,
0x10
,
0x00
,
0x40
,
0x00
,
0x00
,
0x19
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x60
,
0x00
,
0x00
,
0x00
,
0x00
0x00
,
0x00
/*power up*/
,
0x08
,
0x18
/*Left-Justified*/
,
0x10
/*Left-Justified*/
,
0x00
/*MCLK Divider 1*/
,
0x40
,
0x00
,
0x00
,
0x19
,
0x00
/*max vol*/
,
0x00
/*max vol*/
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x60
,
0x00
,
0x00
,
0x00
,
0x00
};
HAL_Delay
(
100
);
HAL_Delay
(
100
);
//wait CS4265 power up
for
(
int
i
=
2
;
i
<
0x14
;
i
++
)
{
...
...
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