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.

Is it possible to set DMTimer 1ms to generate int less than 1ms?

Other Parts Discussed in Thread: AM3359

Now I am using AM3359 and plan to put a RTOS to run on the chip.One problem is that I should use one of the Timer to generate a cycle int to trig the RTOS to do some sechedule job.

From the usermanual I found that there is a DMTimer_1ms is specially design for Real time system.But I am afraid 1ms is too long for my system.I plan to use a time as least has 100us int cycle.Is it possible to do this on DMTimer_1ms by set some special in register?

THank you!!