I am using SYS/BIOS 6.32.05.54 with CCS 5.1.0.09000 and was trying to statically create a timer using the cfg tool. I want to be able to set the period of the timer at run time so I need it to be dynamically configurable. As such there is an option for "dynamically reprogrammed" in "run mode" options for the timer. Selecting this mode produces the following error "ti.sysbios.family.c28.Timer.Instance#0 : Invalid Timer RunMode: 2".
Is this the correct way to statically create a timer who's period can be changed at runtime? I would prefer to stick with static creation using the xdc tools.