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/LAUNCHXL-F28379D: the program has proper include paths but still it is showing that not included in the project?

Part Number: LAUNCHXL-F28379D

Tool/software: Code Composer Studio

The program worked intially without any trouble. I kept breaking points to debug the program output is correct or not? then it results into the following problem. when i build the project it is building without errors and debug the program (it is not entering into the main statement) becuase the output is showing with global variables with zero intialaization. If i clean the project then it is showing the given results in the console window.

  • Hello,
    I do not see any error in the console window. The application looks like it was built successfully. Are these the correct screenshot?

    Thanks
    ki
  • yes, there are no errors. when i debug the program (atfer pressing F8 (resume button) ). these are the consequences I noted:

    1 the program displays the output with global variables only ( it is not entered into the main() program)

    2. the suspended button should be enabled after pressing F8 button (resume button only be highlighted after pressing resume button)

    3 I am attaching the corresponding results after  resume button pressed

  • sorry sir, it is entering inside the main() program, but it is stucked at  FPU_initSystemClocks();  and the program stucked at watchdog  at this point.

    while(ClkCfgRegs.SYSPLLSTS.bit.LOCKS != 1)

               {

                   //

                   // Uncomment to service the watchdog

                   //

                   // ServiceDog();

               }

  • naveenkumar buduru said:
    1 the program displays the output with global variables only ( it is not entered into the main() program)

    Since the target is running, this is to be expected. 

    naveenkumar buduru said:
    2. the suspended button should be enabled after pressing F8 button (resume button only be highlighted after pressing resume button)

    Yes the suspend button should be enabled if the target is running. But note that you need to have the proper debug context to have the button available (like in your screenshot, the proper debug context is selected). If you do have proper debug context, then please provide a screenshot where the target is running but the button is disabled

    naveenkumar buduru said:
    3 I am attaching the corresponding results after  resume button pressed

    In your screenshot, the target is halted. 

  • naveenkumar buduru said:
    sorry sir, it is entering inside the main() program, but it is stucked at  FPU_initSystemClocks();  and the program stucked at watchdog  at this point.

    I can't comment on this issue as it is out of my area of expertise. I suggest starting a new thread in the C2000 forum.

    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