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.

am335x starter kit dev board, how to wake up from "dmtimer 1ms"?

I am using dmtimer project inside the starterware and my target is am335x starter kit.

so far i haven't found a way to eliminate the dependency on UART0 initialization so that 1ms timer interrupt would work.

this makes me think that the wakeup source is UART0. the technical reference tells that dmtimer 1ms could be a wakeup source too.

how could i replace dmtimer 1ms as the wakeup source, instead of UART0?

I am checking out TIOCP_CFG Register (offset = 10h) for possibility.

thank you in advance,