Hello NXP Team,
I am integrating a TensorFlow Lite Micro model into my MCUXpresso project for the MCXN947. My application is written in C, while the TensorFlow Lite Micro inference code and generated model are in C++.
I am encountering compilation and linking issues when combining the C and C++ source files. I have already tried using "extern C", but the issue remains.
Could you please advise on the following?
Is it recommended to mix C and C++ source files in an MCUXpresso project?
What is the recommended approach for integrating a C++ TensorFlow Lite Micro model into a C-based application?
Are there any required compiler/linker settings or reference examples for this integration?
Any guidance would be greatly appreciated. Thank you.