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.

CC1312R: GateAll in TI-RTOS7

Part Number: CC1312R
Other Parts Discussed in Thread: SYSBIOS, SYSCONFIG

HI,

I upgrade to TIRTOS7 and get the IAR error 100

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;