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.

SYS/BIOS中timer模块使用。

Other Parts Discussed in Thread: SYSBIOS

目前在使用C6678芯片进行SYS/BIOS编程,想使用C6678芯片的定时器,经查发现芯片有16个64位的定时器,我用SYS/BOIS中的timer64P模块创建定时器对象时,发现只能创建timer id为8-15的定时器,而且只能是32位非链式的。timer64模块中有个timer_mode结构体,里面有Timer_Mode_64BITGPTIMER、Timer_Mode_UNCHAINED、Timer_Mode_CHAINED和Timer_Mode_WATCHDOG四个值,我想请问一下,如果我想创建64位定时器使用时,该如何设置time_mode为Timer_Mode_64BITGPTIMER。另外,还想请教一下,如果想要使用timer id为0-7的定时器,该如何设置,每当我创建成timer id为0-7时,CCS运行时总是提示定时器unavailable。