Skip to content

Commit d1a7d1d

Browse files
standalone-techkartben
authored andcommitted
samples: i2s: echo: Enable nRF53 MCK output in I2S sample
Enable the MCK output to a pin to allow for DAC and ADC clocking. Provides a MCK source to peripherals that can utilize an external clocking source for internal DSP processes, especially at higher MCK/LRCK ratios. Signed-off-by: Sean O'Connor <[email protected]>
1 parent 8115d9b commit d1a7d1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/drivers/i2s/echo/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222

2323
i2s0_default_alt: i2s0_default_alt {
2424
group1 {
25-
psels = <NRF_PSEL(I2S_SCK_M, 1, 15)>,
25+
psels = <NRF_PSEL(I2S_MCK, 0, 12)>,
26+
<NRF_PSEL(I2S_SCK_M, 1, 15)>,
2627
<NRF_PSEL(I2S_LRCK_M, 1, 12)>,
2728
<NRF_PSEL(I2S_SDOUT, 1, 13)>,
2829
<NRF_PSEL(I2S_SDIN, 1, 14)>;

0 commit comments

Comments
 (0)