Struct in Data Store Memory (C2000 Embedded Coder Support Package)
Mostrar comentarios más antiguos
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 comentario
Venkatesh Chilapur
el 21 de Oct. de 2020
Hi Markus,
Try bus signal. Refer MathWorks Doc for more details.
Regards,
Venkatesh C
Respuestas (0)
Categorías
Más información sobre Texas Instruments C2000 Processors en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!