Other Parts Discussed in Thread: AM263P4, AM263P4-Q1
Tool/software:
While setting up timer operations, I noticed that I was not generating the expected frequencies from RTI4. No matter what I did it seemed to be running off of the WUCPUCLK at 25Mhz instead of the SYS_CLK at 200Mhz. Reviewing the code generated by SysConfig in the ti_drivers_config.h file, the CONFIG_ADC_TIMER4_CLOCK_SRC_MUX_ADDR is set to a value of 0x53208124u, which is not defined in the SPRUJ57 Register Addendum document. That document shows the CFG0_RTI4_CLK_SRC_SEL Registers as 0x5320819C.
To verify that this was incorrect, I changed the Timer Instance to RTI1. The value of CONFIG_ADC_TIMER4_CLOCK_SRC_MUX_ADDR is then set to 0x53208118u which is the CFG0_RTI1_CLK_SRC_SEL Register according to the register addendum.