Hello.
I'm learning how to use EAP feature from SDK. Created a baremetal project with adding only EAP and Maestro framework.
Burjak_0-1655205855414.png
Burjak_4-1655206613844.png
I added to main #include "EAP_Parameter_LoudnessMaximiser.h" and get a bunch of errors in that header
unknown type name 'LVM_ControlParams_t' EAP_Parameter_LoudnessMaximiser.h /MIMXRT1176_Project_2/EAP/Example_Application/CONFIG_HEADER line 104 C/C++ Problem
unknown type name 'LVM_EQNB_BandDef_t' EAP_Parameter_LoudnessMaximiser.h /MIMXRT1176_Project_2/EAP/Example_Application/CONFIG_HEADER line 25 C/C++ Problem
unknown type name 'LVM_EQNB_BandDef_t' EAP_Parameter_LoudnessMaximiser.h /MIMXRT1176_Project_2/EAP/Example_Application/CONFIG_HEADER line 40 C/C++ Problem
unknown type name 'LVM_InstParams_t' EAP_Parameter_LoudnessMaximiser.h /MIMXRT1176_Project_2/EAP/Example_Application/CONFIG_HEADER line 59 C/C++ Problem
What have I missed? I actually don't see any file in the project which can be precompilied EAP library. Aswell as libEAP_releaseNote.txt in SDK. I have felt like SDK gives me headers but I need to find lib somewhere, I can't figure out.
Burjak_3-1655206505145.png