Other Parts Discussed in Thread: SYSBIOS
Hi,
I'm trying to add new clock by using the XGCONF but I can't find the clock startFlag definition, why is that?
Thanks,
HR
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.
Can you give more information on what version of SYSBIOS you are using?
If enabled, the 'startFlag', means that BIOS will start the Timer for you during BIOS_start().
If not enabled, then you need to start the Timer yourself.
Judah