Hi,
I'm trying to configure Timer5 as PWM control. And I follow the steps to configure registers:
1. Set address 0x48140818 as 0x00E00040 (Timer5_IO mux1, pin W6)
2. Make sure relative clocks are enabled.
3. Set timer register TCLR (0x48046038) as 0x5802.
4. Set TCRR (0x4804603C) as 0xFFF00000.
5. Set TLDR (0x48046040) as 0xFFF80000.
6. Set TMAR (0x4804604C) as 0xFFFFFFF8.
7. set TCLR as 0x5803 to enable timer.
There's nothing changed in the output pin W6.
Is there anything I lost?
Regards,
Eric