Part Number: LAUNCHXL-F28069M
Other Parts Discussed in Thread: CONTROLSUITE, SYSBIOS
Tool/software: Code Composer Studio
Hi,
I am carrying out the TI_RTOS kernel workshop on CCS 6.1.0., on Launchpad F28069M. I am referring the student guide and at Lab 4 for TI_RTOS Kernel Workshop for C28x.
I build the project and have an error:
#148 declaration is incompatible with "struct PIE_VECT_TABLE PieVectTable" (declared at line 194 of "C:\ti\controlSUITE\device_support\f2806x\v136\F2806x_headers\include\F2806x_PieVect.h") F2806x_GlobalVariableDefs.c /blink_C28x_BIOS line 376 C/C++ Problem
The solution I tried is to change struct PIE_VECT_TABLE in F2806x_PieVect.h to volatile struct PIE_VECT_TABLE
I still get the same error. Could someone please suggest a solution. I have added the screenshot for reference. Thank you for your time and help.
