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.

TDA4VM: MCU2_0 Timer

Part Number: TDA4VM
Other Parts Discussed in Thread: SYSBIOS

Hi Ti

We want to createTimer  in MCU2_0 by Using TimerP_ Create() and clock_ Create() to create Timer.

The following problems have been encountered:

1)when using TimerP_ create (), MCU 2_ 0 will be stuck.

The phenomenon is consistent with the following links. e2e.ti.com/.../tda4vm-create-timer create

2)when using  clock_ Create(), callback function will not be called.

 The phenomenon is consistent with the following links. e2e.ti.com/.../3303170

PS:var ti_sysbios_hal_Timer = xdc.useModule('ti.sysbios.hal.Timer'); has been attah to mcu2_0.cfg.

Can I create Timer in MCU2_0,by using TimerP_ Create()  or clock_ Create()?

Can you give me a example to create Timer?

Best Regard