Commit 0273537
committed
nrf/i2s: allow master mode without MCK pin
Outputting the generated master clock is optional as per Nordic docs:
"The MCK signal can be routed to an output pin (specified in PSEL.MCK)
to supply external I2S devices that require the MCK to be supplied from
the outside." [1]
Some I2S DACs, such as MAX98357A, don't require a master clock input so
it can be left disconnected. nRF Connect SDK supports this.
[1] https://docs.nordicsemi.com/bundle/ps_nrf52833/page/i2s.html
[2] https://www.analog.com/media/en/technical-documentation/data-sheets/max98357a-max98357b.pdf1 parent ff42c61 commit 0273537
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
| 437 | + | |
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
| |||
0 commit comments