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, TMS320F28027, Enable Clock Manager

Other Parts Discussed in Thread: TMS320F28027, SYSBIOS

Hello,

When I am using SYS/BIOS for TMS320F28027 device and setting up the 'Enable Clock Manager' option to true do I have any influence which Timer will be used when clock module is not used?

  • Yes,

    In your config file or in the GUI config tool, you can set the Clock.timerId to the "ti.sysbios.hal.Timer" ID you want:

       var Clock = xdc.useModule('ti.sysbios.knl.Clock");
       Clock.timerId = 2;    /* select your preferred timer ID here */

    In the GUI config tool, its the "Timer Id" field shown below:

    Alan