Tool/software: TI-RTOS
Hi,
I am using CCS V6, with TI-RTOS V2.16 with my TM4C1294XL launch pad.
I am trying to create a global struct which I want to read or write from other class of the project. I am storing only INTIGER values. Adding more than 6 int elements to the struct giving me the error the struct is redefined in the classes where I am using this struct.
For the same if I use the short int I can add few more elements. So, it seems like Struct memory is less how to increase it.
Regards,
Raghu DS