Part Number: AM62D-Q1
Hi,
We are working on runtime power management on AM62D and need some clarification.
Peripheral power control:
I am using Sciclient_pmSetModuleState() to power OFF peripherals and Sciclient_pmGetModuleState() to check their status.When I powered OFF MCASP, its state shows as OFF, but UART remains powered ON.Is Sciclient_pmSetModuleState() the correct API to power OFF peripherals at runtime, or any other additional steps required?
Core power control:
1. What is the correct sequence to power ON and OFF a specific cores such as A53 or C7x at runtime?2. Are there any prerequisites before powering OFF a core?
Any pointers to documentation or examples would be helpful.