c6670有四个核,在c6670里的用户指导文档里,这样描叙了它的计时器:The TMS320C6670 device has eight 64-bit timers in total. Of which Timer0 through Timer3 are dedicated to each of the four CorePacs as a watchdog ti mer and can also be used as general-purpo se timers. Each of other four timers can also be configured as a general-purpose timer only, with each timer programmed as a 64-bit timer or as two separate 32-bit timers.
这是否是说每一个核都有自己指定的两个核呢?如果不是,可不可以跨核使用timer呢?比如说我在核0创建了一个timer,可不可以在核1对这个timer进行操作(比如说取数,停止计数)