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.

AM6548: MCU_TIMER_IO0

Part Number: AM6548

Hello,

I am trying to toggle MCU_TIMER_IO0 every time when the overflow of MCU_TIMER0 happens. But I failed. Could someone help check if there anything I missed?

Here are my steps:

# set CTRLMMR_WKUP_PADCONFIG2[7:0]MUXMODE to 0x2
./busybox devmem 0x4301c054 w 0x8010002

# set CTRLMMR_MCU_TIMERIO0_CTRL[1:0]OUT_SET to 0x0
./busybox devmem 0x40f04280 w 0x0

# set MCU_TIMER0_TLDR to 0xFFFF0000
./busybox devmem 0x40400040 w 0xFFFF0000

# set MCU_TIMER0_TCRR to 0xFFFF0000
./busybox devmem 0x4040003c w 0xFFFF0000

# set MCU_TIMER0_TCLR[11:10]TRG to 0x1
# set MCU_TIMER0_TCLR[1]AR to 0x1
# set MCU_TIMER0_TCLR[0]ST to 0x1
./busybox devmem 0x40400038 w 0x403