This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM62D-Q1: AM62D - Power Management of Peripherals and Cores

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.