Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
#1. Select timer ID ANY in clock module in SYSBIOS GUI, code can't run to main.
#2. Configure CLK module in main(), code works.
#3. Further debug found the CLK timer is not enabled by sysbios through static configuration.
Some post suggest to use gel to enable timer, but for a standalone system, how to enable CLK timer before SYSBIOS use it? is it a SYSBIOS bug?