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.

TMS320C6678: CSL_PSC_enablePowerDomain Documentation

Part Number: TMS320C6678

Hello Guys,

Good day.

Our customer is encountering an error allocating a queue handle when calling CPPI_initDescriptor.
On one of the e2e thread, it was mentioned that passing PowerUp() enabled in Ethernet boot mode could solve the issue.

Thus the customer is interested on CSL_PSC_enablePowerDomain function definition. Is there a documentation that descibes this function?

Thanks in advance!

Art

  • Hi,

    For those PSC functions, you can refer to the PDK CSL source code under pdk_c667x_2_0_xx\packages\ti\csl\src\ip\psc\V0, it has the explanation in the beginning of API calls.

    For power up, you can refer to pdk_c667x_2_0_xx\packages\ti\drv\pa\example\emacExample\src\c66x\bios\framework.c  passPowerUp().

    Regards, Eric