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.

RTOS/CC2640R2F: Simple Peripheral Adding Tasks Timeout?

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!