Other Parts Discussed in Thread: CC2650, SYSBIOS
Dear all
I am trying to builder my test application using CCS in a SensorTag CC2650 to use I2C protocol but I always receive the error message below. The empty_min_pem3.c file was created automatically by CCS compiler and I can not modify it.
Does anynody knows what is missing im my link path or CCS compiler ? Why the variable is undefined ? Where Could I define it?
Error #20 : CT__ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr is undefined
The " empty_min_pem3.c" is inside the Debug directory in my project.
/********************** empty_min_pem3.c ***************** part of
/* primaryHeapBaseAddr__C */
#pragma DATA_SECTION(ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr__C, ".const:ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr__C");
__FAR__ const CT__ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr__C = ((CT__ti_sysbios_heaps_HeapMem_primaryHeapBaseAddr)0);
.............
.............. etc
********************************************
TKS