Beginner here .. steep learning curve for Nordic ... trying a project with I2S. Took half and hour with an ESP32, but many many hours later, no joy with Nordic.
Working through all examples provided via nrf desktop install, the problem seems to be that no support is provided for later devices.
I am working with the "I2S Output" Example and trying to make it work with a Ezurio 54L15 Module. I have become stuck with a clock issue ...
#error "hfclkaudio-frequency specified but HFCLKAUDIO clock is not present."
No example files give reference to the clock. All I can find is that I need to specify the following in the overlay file.
&clock {
I am under the impression the the module has a 32MHz crystal, so this clock ought be available.