Part Number: CC3220SF
Tool/software: Code Composer Studio
Hi,
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.
Part Number: CC3220SF
Tool/software: Code Composer Studio
Hi,
Do you build with the TI ARM compiler, or an ARM GCC compiler. If you use a GCC ARM compiler, then which one?
While anything is possible, please consider the possibility that a problem has been present in your code for quite some time. This problem is not exposed when building with no optimization. Building with optimization causes the problem to be revealed. One typical problem of this sort is failing to use the volatile keyword on a variable that is modified by an interrupt. Another typical problem is failing to initialize a variable.
Thanks and regards,
-George
Hi George,
Thanks for your response.
I'm using gcc arm v7.2.1 linaro. All the variables are intialized and there is no interrupts in my software. Let me know is it known issue in arm gcc.
Regards,
Parthasarathi