Other Parts Discussed in Thread: SYSBIOS
Hello everyone,
(target C6678, CCSv6, SYSBIOS 6_41_01_36)
As you know, the Timer module(s) in SYS/BIOS (in particular ti.sysbios.timers.timer64.Timer)
only supports : chained mode, unchained mode
The modes Watchdog and 64-bit are not supported.
(it seems a bit short-sighted to think that no customer will ever want to use these modes, in my opinion)
As I need 64-bit support for my project, I implemented it in a custom package of sysbios (inside the Timer module, written in TI's style).
It was a tad painful but I managed to make it work.
Now that it is implemented, does TI want to integrate it officially in SYS/BIOS ?
I can provide the full source code. The only thing you'd have to do is more complete testing.
Thank you,
Regards,
Clement