How is the #include"../Components/cs43l22/cs43l22.h" linked to the required header and it's corresponding files?
I am having dificulty getting the example software for the audio recorder for STM32L476VG DISCO controller to run. I have come across an error for the #include"cs43l22.h" header file in the STM32CubeIDE.
The only way I can clear the error is reduce the code in the example software from ../Components/cs43l22/cs43l22.h to #include"cs43l22.h".
I understand this is probibly the wrong thing to do and was wondering if anyone could explain to me how the ../Components/cs43l22/cs43l22.h works and the correct work around to get the code to work error free?
Is the hearder file link included above to link the cs43l22.h header file to its corresponding cs43l22.c source code file to allow the headphine system to operate?
