Struct in Data Store Memory (C2000 Embedded Coder Support Package)
Mostra commenti meno recenti
Hi,
I am currently trying to generate some Code for the Control Law Accellerator of the TI F280049C Launchpad.
Currently, the generated code writes the data in the Data Store Memory as single variables in the Message Rams. (#pragma DATA_SECTION (Cla_out, "Cla1ToCpuMsgRAM"))
To fit in my project, I want the Embedded Coder to store the data from the C2000-Core to the Cla and from the Cla to the C2000-Core in specific structs.
Is there a way to advise the Embedded Coder to save the Data in a (specific) struct, instead of writing the single variables in the MsgRam?
Tanks,
Markus
1 Commento
Venkatesh Chilapur
il 21 Ott 2020
Hi Markus,
Try bus signal. Refer MathWorks Doc for more details.
Regards,
Venkatesh C
Risposte (0)
Categorie
Scopri di più su Texas Instruments C2000 Processors in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!