Hello NXP MBDT team,
I want to use FEE in Simulink with MBDT 1.5, but there are no FEE-related library blocks available in MBDT 1.5.
Therefore, I plan to call the FEE APIs from a MATLAB Function block.
After configuring FEE, Mem_43_INFLS, and MemAcc, I tried to build a model with just one Digital Input read block. However, I encountered the following error:
"MemIf_Types.h" is missing
If I manually create a new folder in my project, place MemIf_Types.h inside it, and then add the folder path in Model Settings → Custom Code → Include Directories, the error for MemIf_Types.h is resolved.
But then, new errors appear for other header files which already exist in the RTD or generated folders.
Can anyone please help?
Thanks.