Part Number: AM3354
First we enable timer 6 clock. by setting MODULEMODE = 0x02 (enable)
Then we check the timer module status by continuously reading IDLEST for 2000000 times
In our case IDLEST reads 0x03 which says timer module disabled and cannot be accessed for all the 2000000 tries.
So we get the debug message " _PrcmHwEnableModuleClocks: CANNOT enable clock for devId=63"
After writing into CM_PER_TIMER6_CLKCTRL register . (Tiimer 6 clock control)
I read the value written . So it returns 0x30002.
which means the Timer module is enabled.
But status is saying that its disabled.
PID:00400002 TID:0442004E ## Enable = 1 ## pmodulemode = 0x30002
PID:00400002 TID:0442004E _PrcmHwEnableModuleClocks: CANNOT enable clock for devId=63
May I know why?
