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.

RTOS/TDA3XEVM: How to change the CPU frequency of DSP

Part Number: TDA3XEVM

Tool/software: TI-RTOS

Hi  : 

   SDK Version : PROCESSOR_SDK_VISION_03_04_00_00

   CCS Version  : CCS8

    Question:

    Can you tell us how to Change and  Check "DSP(C66x) operating frequency" with "CCS " & SBL(qspi).

  

   

   

   

    

  • Hi,

    If you are using CCS you need to call gel APIs to change and check frequency.
    If you are using SBL you can call PM APIs to set various OPPs.
    Can you specify what exactly are you using?

    Regards,
    Rishabh
  • Rishabh Thank you for your reply

    I know the frequency can change in the gel ,but i can not find the exactly file
    Can you tell me how to use gelAPIS and PMAPIS ?

    I try to use CCS Scipt M4 To check DSP frequency ,but  useless

    the image is CCS  windows about gel file uder :  

  • I Find the gel and change the fre , Provide everyone with reference
    I trying to find SBL Change dsp fre now

  • Hi,

    On TDA3, DSP and EVE clocks can be derived from different DPLLs.
    Hence you might not see change in frequency of a particular DPLL while changing the OPP.

    You need to build SBL for a different OPP.
    Please see chapter 9 of SBL user guide: processors.wiki.ti.com/images/b/b7/TDA_SBL_UserGuide.pdf

    Regards,
    Rishabh