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/CC1352R: Creating and debugging a new board using CC10.

Part Number: CC1352R

Tool/software: Code Composer Studio

Previously my company has used CC 7.4.0 to program our boards.

We are attempting to upgrade to CC 10. 

As a starting point we are attempting to get a "hello world" program working on our board.

Steps:

1. From CC10 I import an example project from SDK: "simplelink_cc13x2_26x2_sdk_4_20_00_35". Import "uartecho_CC1352R1_LAUNCHXL_nortos_ccs"

2. I than modify the vImpulse2.syscfg to make sure the LEDs are set to my pins, and the UART is set properly.

3. I than build the project

4. I than hit the Debug button

5. After rebuilding it than pops-up and says it is building the project

Here is my console outputs:

Cortex_M4_0: GEL Output: Memory Map Initialization Complete.
Cortex_M4_0: GEL Output: Board Reset Complete.

AND


**** Build of configuration Debug for project uartecho_CC1352R1_LAUNCHXL_nortos_ccs ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'uartecho_CC1352R1_LAUNCHXL_nortos_ccs.out' is up to date.

**** Build Finished ****

The system does not stop at MAIN, and I am unable to PAUSE the debugging. Only STOP.

I'm been working on this for several days and have run out of ideas. What suggestions do you have for making this work?

  • Hello,

    JCrash29V said:
    The system does not stop at MAIN, and I am unable to PAUSE the debugging. Only STOP.

    If you are using the LaunchPad, what is the revision of the LaunchPad are you using? It should be on a sticker on the bottom of the board.

    Also, if you are unable to pause the debugger, then it is likely you do not have the proper debug context. Can your provide a screenshot if the CCS IDE when this happens?

    Thanks

    ki