Part Number: CC2640R2F
Tool/software: TI-RTOS
Hello,
I am trying to merge the simple peripheral example code with an application I developed from the empty example. I can create and add my tasks, but I can't seem to run all three of them at the same time without the application getting stuck. I think it has to do with the timeout function in the ICALL. It gets stuck on the following lines of code:
#ifdef ICALL_JT user0Cfg.appServiceInfo->timerTickPeriod = Clock_tickPeriod; user0Cfg.appServiceInfo->timerMaxMillisecond = ICall_getMaxMSecs();
Any help is greatly appreciated, thanks!