Part Number: AM3358
Dear Ti:
Timer4 can't generate IRQ at rising edge,when I set these registers bellow:
CM_PER_TIMER4_CLKCTRL = 0x2;
CLKSEL_TIMER4_CLK = 0x1;
IRQENABLE_SET = 0x4;
TCLR = 0x4101;
when I connected the high level to the related pin, the TCRR's value could be captured at TCAR1
but the 2 bit in IRQSTATUS register wasn't be set to "1" and the irq_handler of 92 dosen't run.
the irq_handler is valid by excuting the follow command, I found the irq of 92
>>>>>>>>>>>>>
cat /proc/interrupts
>>>>>>>>>>>>>>
Is there any register not set,or still need other operations?
BRs
Jiawei