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.

CCS/AM5718: program execution pointed to a blank space,

Anonymous
Anonymous

Part Number: AM5718

Tool/software: Code Composer Studio

Hi,

I am trying to rebuild sbl(secondaryboot loader) as per the make file that mentioned in the path C:\ti\pdk_am57xx_1_0_13\packages\ti\boot\sbl\board\idkAM571x\build.But my program execution pointed to a blank space as shown below.There is no code in line 68.but corresponding  assembly code shows a code in line number 68 and the order of program execution is totally different in assembly code(line number 64 executed two times).how we resolve these problems??.

  • Hello,

    These kind of debug inconsistencies usually point to two common causes:

    1) code optimization is enabled. What optimization level are you compiling with?

    2) the source file open in the editor is not the same version used to build the project.

    If you don't have optimization enabled, then it is likely the second cause. 

    Thanks

    ki

  • Hello,
    I haven’t heard back from you, hence this issue is being closed. If you wish to continue the discussion, please post a reply with an update below (or create a new thread).

    Thanks,
    ki