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.

LP-EM-CC35X1: LP-EM-CC35X1

Part Number: LP-EM-CC35X1

Tool/software:

We have successfully imported and built the "simplelink_wifi_sdk_9_20_00_06_eng\examples\rtos\LP_EM_CC35X1\demos\network_terminal" project using CCS. However, we are encountering issues during debugging.

Despite trying CCS versions "20.3.1" and "20.2.0," we are still encountering the same debugging errors.


launch.json

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "network_terminal_LP_EM_CC35X1_freertos_ticlang",
            "type": "ccs-debug",
            "request": "launch",
            "projectInfo": {
                "name": "network_terminal_LP_EM_CC35X1_freertos_ticlang",
                "resourceId": "/network_terminal_LP_EM_CC35X1_freertos_ticlang",
                "loadSymbolsOnly": true,
                "autoBuild": true
            },
            "connections": [
                {
                    "name": "Texas Instruments XDS110 USB Debug Probe",
                    "cores": [
                        {
                            "name": "APP_MCU",
                            "debuggerSettings": {
                                "targetConfigs/CC35X1.ccxml": {
                                    "Texas Instruments XDS110 USB Debug Probe/CS_DAP_0": {
                                        "data": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<PropertyValues>\n\n <property id=\"TOOLBOX_PATH\">\n <curValue>C:\\ti\\simplelink_wifi_toolbox_win_3_2_14</curValue>\n </property>\n\n <property id=\"SERIAL_NUMBER\">\n <curValue>LS4208MY</curValue>\n </property>\n\n <property id=\"ACTION\">\n <curValue>Program and Debug</curValue>\n </property>\n\n </PropertyValues>\n"
                                    },
                                    "Texas Instruments XDS110 USB Debug Probe/APP_MCU": {
                                        "data": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<PropertyValues>\n\n <property id=\"AutoResetOnConnect\">\n <curValue>1</curValue>\n </property>\n\n</PropertyValues>\n"
                                    }
                                }
                            }
                        }
                    ]
                }
            ]
        }
    ]
}





There are no breakpoints set in the memory