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.
Tool/software: Code Composer Studio
I designed a program in CLA that need a variable reserve its value of last cycle. So I need to define a static variable or global variable.
I have difined a variable like "static int a" in cla , but it built to some wrong message. How do i define these static variables?
Hi,
Do you have .bss_cla and .const_cla in linker command file?
Please take a look at this e2e thread for reference to example.
CLA static task variables - C2000 microcontrollers forum - C2000™︎ microcontrollers - TI E2E support...