Effacer les filtres
Effacer les filtres

How can we see variables of .out file generated by MATLAB in CCS variable option?

1 vue (au cours des 30 derniers jours)
Pooja Chaurasiya
Pooja Chaurasiya le 23 Fév 2022
Réponse apportée : ag le 5 Jan 2024
I have my own generated logic of MATLAB and i generated .out file. I want to know whether we can see the variables which we have used in MATLAB in CCS variables options ?? If yes then HOW?? or what specific changes we can do to see this ?

Réponses (1)

ag
ag le 5 Jan 2024
Hi Pooja,
I understand that you want to debug the variables present in the generated ".out" file, using the Code Composer Studio.
Below are the steps to do the same-
  1. Open the "ccxml" file(target config file) using CCS
  2. Right click on the loaded target file and select "Launch selected configuration"
  3. In the debug window, core files will come up, select "connect target"
  4. Load(using the "Load button" present below the menu bar) the ".out" file
  5. Go to view(from the menu bar), select expressions
  6. In the expressions tab, write the name of the variable you want to debug, and put the breakpoints accordingly.
For more details, please refer to the following Texas Instruments documentation,
Hope this helps!
Best Regards,
Aryan Gupta

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by