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. |
AND
|
"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O **** 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?