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-CC1352P: CCS/LAUNCHXL-CC1352P

Part Number: LAUNCHXL-CC1352P
Other Parts Discussed in Thread: CC1352R

Tool/software: Code Composer Studio

new to CC1352P-2 Launchpad and CC1352R LPSTk trying to run RfEasyLinkNp demo and Tera term display isn't readable, device manager says PC baud rate is 115200 and  TeraTerm is also set to 115200 .   

  • Hi Jim, 

    Can you share what you see in the TeraTerm window?

    If you open a Serial Terminal in CCS, do you see anything?

    Thanks, 
    Elin

  • The terminal inside CCS also shows no output.  This is my first time to use CCS but I found when it stopped the debug session it was on error while loop.

    /*
     *  ======== Error_policyMin ========
     */
    /* REQ_TAG(SYSBIOS-855) */
    Void Error_policyMin(Error_Block *eb, Types_ModuleId mod, CString file,
        Int line, Error_Id id, IArg arg1, IArg arg2)
    {
        /* REQ_TAG(SYSBIOS-852) */
        if (eb == NULL || (UInt)Error_policy == (UInt)Error_TERMINATE) {
            for(;;) {
            }
        }
        else if (eb != &xdc_runtime_Error_IgnoreBlock) {
            eb->id = id;
        }
        else {
            return;
        }
    }

  • Hi Jim, 

    Which version of the SDK are you using? 

    Are you using the default project or have you made any modifications?

    Did you check the ROV?

    Thanks, 
    Elin