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/CC2650: #cc2650 #ccs

Part Number: CC2650

Tool/software: Code Composer Studio

Hello,

I have installed ccs7 and I have updated the compiler version as per the requirement. I am able to build the simple peripheral example in sdk stack, but while I am trying to run the stack program, it says it does not find the "main" so target not reached. I am not able to understand the problem. Please help me regarding the same.

Thanks,

Rathna

  • Hi Nagarathna,
    Why are trying to run the stack project? If you flash app and stack, does the program run correctly?
  • i just tried to follow the instructions on software development guide, with the following steps:

    1. Set the stack project as the active project.
    2. Select Project→ Build All to build the stack project.
    3. Set the application project as the active project.
    4. Select Project→ Build All to build the application project.
    5. Select the stack project as the active project.
    6. Select Run→ Debug to download the stack.
    7. Select the application project as the active project.
    8. Select Run→ Debug to download the application.

    These are the messages displayed on the console.
    Cortex_M3_0: GEL Output: Memory Map Initialization Complete.
    Cortex_M3_0: GEL Output: Board Reset Complete.
    Cortex_M3_0: AutoRun: Target not run as the symbol "main" is not defined

    Please let me know what should be done.

    Thanks in advance!

    Regards,
    Rathna
  • You cannot trace and debug stack program. You can only trace/debug BLE application program.