Other Parts Discussed in Thread: SYSBIOS, SYSCONFIG
HI,
I upgrade to TIRTOS7 and get the IAR error
Error[Pe020]: identifier "GateAll_Params" is undefined C:\GitHub_Enterprise\int-visonic-PG-CC13xx-Platform\_source\common\eventQ\eventQ_private.h 102
Error[Pe020]: identifier "GateAll_Struct" is undefined C:\GitHub_Enterprise\int-visonic-PG-CC13xx-Platform\_source\common\eventQ\eventQ_private.h 103
Error[Pe020]: identifier "GateAll_Handle" is undefined C:\GitHub_Enterprise\int-visonic-PG-CC13xx-Platform\_source\common\eventQ\eventQ_private.h 104
Error[Pe020]: identifier "Error_Block" is undefined C:\GitHub_Enterprise\int-visonic-PG-CC13xx-Platform\_source\common\eventQ\eventQ.c 31
I add include of : #include <ti/sysbios/gates/GateAll.h>
And got :
Fatal Error[Pe1696]: cannot open source file "ti/sysbios/gates/GateAll.h" C:\GitHub_Enterprise\int-visonic-PG-CC13xx-Platform\_source\application\EcoSystem\_projectEcoSys_SIP\includTi_h_files.h 4
searched: "C:\GitHub_Enterprise\int-visonic-PG-CC13xx-Platform\_source\application\EcoSystem\_projectEcoSys_SIP\"
searched: "c:/ti/simplelink_cc13xx_cc26xx_sdk_6_20_00_29/source\"
searched: "c:/ti/simplelink_cc13xx_cc26xx_sdk_6_20_00_29/kernel/tirtos7/packages\"
The file not in the folder .
My sysconfig define :
Where I can found definition of :
static GateAll_Params gateParams;
static GateAll_Struct gateStruct;
static GateAll_Handle gateHandle;