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.

how to start clock instans with sys/bios?

Other Parts Discussed in Thread: TMS320C6747

I start a new project with ccs 5.2.but  the result does not meet expectations.what i want is to confirm "Monitor status" periodic

I try two times to set a clock instance but failed.first time i use guide'example as below.

"

Clock_Params clockParams;
Clock_Handle myClock;
Error_Block eb;
Error_init(&eb);
Clock_Params_init(&clockParams);
clockParams.period = 5;
clockParams.startFlag = TRUE;
clockParams.arg = (UArg)0x5555;
myClock = Clock_create(clk0Fxn, 5, &clockParams, &eb);
if (myClock == NULL) {
System_abort("Clock create failed");

"

After simulator run ,The main process did not entered the clk0Fxn.I checked the register timer12 which worked correctly,The ROV show the clock module been registed

The second time,I use SYS/BIOS'  Generic examples——"Clock example".all config set as default without my code.howerver the result acted as the first one performed either。

I've beenLooking for the answer for a while

I do not set a project with SYS/BIOS 6 before,Is there any the matters needing attention should i take care.which step i missed or some steps were not correct

my ccs version 5.2

SYS/BIOS version 6.33.04.39 

chip is tms320c6747