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!!