I'm trying to avoid buying a 12.288MHz oscillator if I can make one of the pins on the nRF5340 oscillate at that frequency.
It looks like the ACLK is only available to the PDM and I2S peripherals.
Is there a way to make one or both of them use ACLK as its clock source and do a divide-by-1 so that the clock output will be 12.288MHz?
(The PDM or I2S interface doesn't need to "function" as a PDM or I2S peripheral. It just needs to provide the 12.288MHz clock signal)