This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TI-RTOS-MCU: Increasing the Struct memory

Part Number: TI-RTOS-MCU


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