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.

F28069 CpuTimer periodic modify

I think CpuTimer periodic can be changed in action.

I call ConfigCputimer function in action.(twice)

but the CpuTimer stop.

What is the timer start trigger?

  • Hi,

    If you find where the ConfigCpuTimer function is defined, you will see that the function description comments say that the timer will be configured into a stopped state after configuration and this is confirmed by the code comments.  After calling the function you'll therefore need to start/restart the timer.

    Alternatively you could create your own function based on what you wish to configure.


    Thank you,
    Brett

  • thank you for your reply.

    I missed one point. After call configcputimer

    I did not set restart timer myself by timer regs setting.

    This Setting leads me succeed.

    thank you.