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.

The callstack was unable to find frame pointer register information

Hi everyone

I had encountered one problem. I am using CSS v4.24, and I am using SRIO example from CSL for 6455 . After I load the program into DSP. It shows"C64XP_0: The callstack was unable to find frame pointer register information". And My project is in the attachment.

 

Thanks in advance !

Xining Yu 

5557.srio.zip 

  • Xining Yu,

    1. Please refer CCS manual for setup configuration and loading proper GEL file
    2. Ensure that the gel file is loaded.
    3. Connect the target, then load the out file and run the taget.
    4. Wait for completion of the transfer.
    5. Verify the destination contains the expected data.

    Please refer the below wiki article for importing CCS project.
    http://processors.wiki.ti.com/index.php/Importing_CCSv3_Projects_into_CCSv4

  • Thanks for reply,  Pubesh.

    I had load the *.gel file and the program. But it still have the following problems:

    C64XP_0: GEL Output: PLL1 has been configured.

    C64XP_0: GEL Output: PLL2 has been configured.

    C64XP_0: 2: GEL StartUp Complete.

    C64XP_0: GEL: Error calling OnPreFileLoaded(): identifier not found: IER

    C64XP_0: GEL Output: Turn off cache segment

    C64XP_0: GEL Output: Disable EDMA events

    C64XP_0: GEL: Error while executing OnRestart(0): identifier not found: IER.

    C64XP_0: The callstack was unable to find Frame Pointer register information

  • Xining Yu,

    Xining Yu said:
    C64XP_0: GEL: Error calling OnPreFileLoaded(): identifier not found: IER

    This error message comes from the execution of the GEL file and not the program you have tried to load.
    There is an incompatibility between your CCS Target Configuration and the GEL file. This means your Target Configuration is probably the wrong one. What does the Debug window look like after you have Launched your Target Configuration?

    Regards,
    RandyP