Hi,
I am playing with the nRF5340 Audio Application and trying to read several mics and saving these audio files somewhere. There is an issue open for that here. With the cues you gave I could read and listen to the read audio in the same board (some help from the Cirrus windows SW), so I created a new application based on some files from the audio app, namely hw_codec.c and .h, cs47l63_comm.c and .h and cs47l63_reg_conf.
The issues I am facing to build this new application are probably related only to my poor knowledge on the sdk, so I opened this new issue to understand these error I have.
My first couple of errors came from functions within the headers I used, such as:
The workaround was including every c file in the project directory as targets and have all the referenced header directories included in the CMakeLists.txt file:
It does not look as the right way to do it, so this is my first question - what is the best way to show the compiler the referenced header files?
Nevertheless, I could fix the errors, but then I came to another one, for which I couldn't find any solution. I have an error that seems to be unrelated to my application:
This issue is similar but didn't solve my problem. So my second question is what do I do to solve this problem??
I'll attach my application folder.
Best regards!
SDK version: 2.6.0
Build target: nRF5340 Audio DK
OS: MacOS Sonoma 14.1.2