CC3X00EMBEDDEDPROG: AT Commands Example - Echo Only, No OK/ERROR Responses After Flash Error

Part Number: CC3X00EMBEDDEDPROG

Hi TI Forum Team,

I am using the CC3501ENJARSHR device with the LP_EM_CC35X1 EVK.

Environment:

  • CCS Version: 20.4.1

  • SDK: SimpleLink Wi-Fi Toolbox 4.1.8

  • Example Project: at_commands (from SDK)

  • Host OS: Windows

Issue Description:

  1. debug output:

    After flashing, I see the following error in the CCS output window:

    1.png

     

     

    2. output:

     

    2.png

     

    3. GEL output:

     

    3.png

     

     

    In output window at last i got like this:

     

    gmake: *** [C:/CCS_20.4/simplelink_wifi_toolbox_win_4_1_8/scripts/makefile:116: D:/Venkatakishore/Fleet_Panda/BLE_Malange/BLE_WIFI_Progarms/AT_cmd_program/at_commands_LP_EM_CC35X1_freertos_ticlang/Debug/toolbox/programming_instructions_image.sign.bin] Error 1

     

    After booting in Debug uart I got like below:

     

    4.png

     

    At the same time, in the Debug UART window, I observed that when sending AT commands, the response simply echoes back the command itself. Based on the code, I was expecting a response such as OK or ERROR

    I suspect that the flashing process may not have completed properly due to the error shown in the CCS output window, which could explain why the AT command responses are not behaving as expected. Could you please help us analyze this issue and guide us on the next steps?

Any guidance would be greatly appreciated.

Regards,
Venkata Kishore P

  • Hi Venkata,

    Can you please confirm the below for me?

    1. Have you used the Programmer tool in the toolbox to correctly initialize the device?
      1. If you are unsure how to do this, you can find additional information under simplelink_wifi_toolbox_win_4_1_8/docs/CC33XX-Wifi-toolbox-User-Guide.html under the "Programmer User Guide" section, which includes a step-by-step walkthrough of the proper process to follow.
    2. Are both the SDK and the toolbox installed in your C/ti folder?
      1. From the CCS images you provided, it seems these are installed under C/CCS_20.4, and TI does not recommend changing this installation directory.

    Please let me know if after these steps you are still seeing this issue.

    Best Regards,

    Josh Prushing