Part Number: AM4376
Other Parts Discussed in Thread: AM4372
Tool/software: TI-RTOS
Does TI provides an example on how to change the AM437x MPU frequency?
I want to change the MPU frequency to 800MHz or 1000MHz. It could be in the secondary boot or when the application calls Board_init().
The BIOS.cpuFreq.lo statement on the system configuration file doesn't change any PLL setting.
For the AM437x evem boards, the Board_PLLInit() function in skAM437x.c is empty. It is not empty for other SOCs, like AM571x.
GetInputClockFrequency() function in AM43xx_PLLconfig.gel, sets the MPU frequency to 600MHz, despite that only the AM4372 operates in this frequency (www.ti.com/.../AM4379).
Thanks,
Marcio.