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.

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

c66xx_0:The callstack  was unable to find Frame Pointer register informationn

debug单步时会出现上述语句,如何解决?

  • Hi Lisa,

    I just created a new project which is provided by CCSV5.0.2. The example is included in IPC and I/O Examples , it’s name is “C6678:MessagesQ(single image in all cores)”. when I debug it using Texas Instruments simulator, I can see the right result. But when I debug the example using TMDXEVM6678L ,at the beginning ,

    “C66xx_0: The callstack was unable to find Frame Pointer register information
    C66xx_1: The callstack was unable to find Frame Pointer register information
    C66xx_2: The callstack was unable to find Frame Pointer register information
    C66xx_3: The callstack was unable to find Frame Pointer register information
    C66xx_4: The callstack was unable to find Frame Pointer register information
    C66xx_5: The callstack was unable to find Frame Pointer register information
    C66xx_6: The callstack was unable to find Frame Pointer register information
    C66xx_7: The callstack was unable to find Frame Pointer register information”


    is always showed in console, without the right results.

    When I ignore this, and continue to debug ,the eight cores is always in the state “running” .

    I hope you can help me . Thank you very much!

    Best Regards,
  • CCSV5.0.2有点老了,建议升级一下CCS版本试试。
  • 请问只有在导入IPC and I/O Examples时才会出现这样的报错吗?
    请问使用的SDK版本是什么?最新psdk中ipc的使用建议参考:
    software-dl.ti.com/.../index_Foundational_Components.html
    www.ti.com/.../PROCESSOR-SDK-C667X
  • 没有使用IPC and I/O Examples