File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ static void MX_I2S3_Init(void)
156
156
hi2s3 .Init .Standard = I2S_STANDARD_PHILIPS ;
157
157
hi2s3 .Init .DataFormat = I2S_DATAFORMAT_16B ;
158
158
hi2s3 .Init .MCLKOutput = I2S_MCLKOUTPUT_ENABLE ;
159
- hi2s3 .Init .AudioFreq = I2S_AUDIOFREQ_8K ;
159
+ hi2s3 .Init .AudioFreq = I2S_AUDIOFREQ_44K ; // I2S_AUDIOFREQ_8K;
160
160
hi2s3 .Init .CPOL = I2S_CPOL_LOW ;
161
161
hi2s3 .Init .ClockSource = I2S_CLOCK_PLL ;
162
162
hi2s3 .Init .FullDuplexMode = I2S_FULLDUPLEXMODE_ENABLE ;
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Please note that this is just a working prototype:
11
11
- Only Master Mode is supported
12
12
- Only 16bit data is supported
13
13
- Full Duplex is supported
14
+ - Sampling rate is 44100
14
15
15
16
## Pins
16
17
You can’t perform that action at this time.
0 commit comments