I have created 2 tasks with the same priority (8) and 1 clock function, all statically defined in cfg.
Task_yield() switches between the 2 tasks as expected, but a Task_sleep(10) call hangs (neither task picks up). The clock is running per calls to Clock_getTicks(). The clock function keeps going as well.
Here are my versions:
"C:/ti2/xdctools_3_24_05_48/xs" --xdcpath="C:/ti2/bios_6_34_02_18/packages;C:/ti2/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.msp430.elf.MSP430X -p ti.platforms.msp430:MSP430F5510 -r release -c "C:/ti2/ccsv5/tools/compiler/msp430_4.1.2" --compileOptions "-g --optimize_with_debug" "../clock.cfg"
Thanks.
Spencer W. Allen