Tool/software: Code Composer Studio
hello,
i m working on tiva c series to build user interface application.
which touch screen display is best suited and compatible with TM4C123G6PM?
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.
Tool/software: Code Composer Studio
hello,
i m working on tiva c series to build user interface application.
which touch screen display is best suited and compatible with TM4C123G6PM?
Hi Monali,
I don't think an .mlapp will run on a Tiva board. mlapp is designed to share your code with other MATLAB users, it isn't really designed to extend beyond the MathWokrs ecosystem.
You can run C code generated by MathWorks code generation tools on a Tiva board. This workflow is basically to take the algorithm you built in MATLAB & Simulink, generate that into C code. Then you import that C code into an existing Code Composer Studio project and use standard TI examples & workflows to program the device.
Note: I don't know if this will work for user interface code - maybe, but I've never tried it. I suspect you might need a more complex setup, probably 3 pieces of code: 1) The UI running in MATLAB or wherever on a PC; 2) Communications Rx code running on PC; 3) Communications Tx code running on the board (maybe programmed via CCS). You can probably combine 1&2 together into a single MATLAB app.
You can always look in the MATLAB documentation and contact MathWorks Technical Support for detailed assistance on the MATLAB topics.
HTH,
-Brian