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
Hi all,
Presently I downloaded the new compiler version TI 16.9.0 LTS for my OMAPL138 project build.
I had felt an issue with global variable initialization. To be specific,
//Global Variable Defines
int32 gint32_PostReportEMIFFPGA = 0, gint32_PostReportDB = 0;
uint32 guint32_POSTReportStartCount = 0;
VIData VIData_Healthdata;
int poolCounter = 0;
Is there anything to be specifically changed for new compiler version in the above case ?
Hope someone can help.
Regards,