Create GUI for Code Composer Studio program -TI microcontroller
15 次查看(过去 30 天)
显示 更早的评论
Hi
i made a program to C2000 Delfino MCU F28379D LaunchPad, using code composer studio, that reads words from txt file and sends it via SPI communication.
i would like to create a GUI using MATLAB, that will interface with my code in Code Composer Studio, and eventually run .exe file.
i want that the user will choose from a list some paramters (clock speed, number of bits per word etc), and the data will be stored in some variables. in my code, the variables are placed in the appropriate registers.
is it possible to create a GUI that reads the input of the user and store it into Code Composer Studio variables?
thank you very much.
0 个评论
回答(1 个)
Supraja
2024-9-3
Hello Nir,
I believe that you want to know about using a Simulink model and the Code Composer Studio. Please refer to the below documentation links for more information about the same:
Getting Started with Texas Instruments C2000 Microcontroller Blockset: https://in.mathworks.com/help/ti-c2000/ug/getting-started-with-C2000-example.html
Create GUI for Code Composer Studio program -TI microcontroller: https://in.mathworks.com/help/ti-c2000/gs/creating-ccs-project-from-a-model.html
Overview of Creating a Model and Generating Executable for C2000 Processors:https://in.mathworks.com/help/ti-c2000/gs/overview-of-creating-models-for-c2000-processors.html
I hope this helps!
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!