Hello everyone
Now, i am going to use RemoTI™ Capacitive Touch Sensing for CC2530. however, there are a lot of errors when i add the sample in IAR.
Is there anyone who has the experiences in the problem can help me or give me the sample project?
Thank in advance.
Hi,
Two things:
Br,
Igor
I do not understand your question.
The following is my main function , you please tell me what's missing ?
void main(){
osal_int_disable( INTS_ALL );
CLKCONCMD = 0x80; //replace HAL_BOARD_INIT();
while (CLKCONSTA != 0x80);
PREFETCH_ENABLE();
P0INP |= PUSH2_BV;
HalDriverInit();//can be replace HalCapSenseInit();
//I can’t find function osal_snv_init();
osal_init_system();
osalInitTasks();
osal_int_enable( INTS_ALL );
osal_start_system();
}
Thank you!