I am doing Voice controlled application using TM4C129NCPDT. Can anybody tell how to include .m file in the embedded software??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am doing Voice controlled application using TM4C129NCPDT. Can anybody tell how to include .m file in the embedded software??
Use MathWorks code generation technology - converts from MATLAB and Simulink to C code.
-Brian
Magic?
More seriously there are two methods that might work
I've seen the second option advertised. I don't know what RTOS/library support they may need for the generated code.
Robert
Robert Adsett said:I've seen the second option advertised. I don't know what RTOS/library support they may need for the generated code.
Because the question was how to incorporate .m files, one can safely assume MatLab is already present.
However (knowing the approximate prices of Matlab packs) this does not suppose the presence of the code generator...
Perhaps a free alternative (as in free beer) to Matlab is another option. But that's not my field of expertise.