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.

MCU-PLUS-SDK-AM263X: Facing Error during flashing and running the enet_cpsw_udpclient example code

Part Number: MCU-PLUS-SDK-AM263X

Tool/software:

Iam using CCS  Version: 12.8.0.00012 . Iam using AMX2634-CC MCU , SDK - mcu_plus_sdk_am263x_10_00_00_35.
Trying to execute the enet_cpsw_udpclient example code . Followed the steps in the link : https://software-dl.ti.com/mcu-plus-sdk/esd/AM263X/latest/exports/docs/api_guide_am263x/EXAMPLES_ENET_LWIP_CPSW_UDPCLIENT.html .I have also set the static ip . The example code has been builded succesfully but while flashing and debugging Iam getting the below shown assertion in the UART serial console, 
==========================
CPSW LWIP SIMPLE SOCKET
==========================
Assertion @ Line: 393 in syscfg/ti_board_config.c: : failed !!! 

What could be the issue?

  • Hi Priya,

    A few questions.

    1. Did you make any modifications in the example.syscfg file?

    2. Did you make any modifications in the application code of the example (UDP Client)

    3. Did you make any modifications related to EEPROM?

    If possible can you share your CCS project as a ZIP file (export from CCS project explorer).

    Depending on the changes in syscfg the line number for assert might change, so to look at the exact issue I might need your files.

    Incase everything is default (standard SDK offering) with no changes, the assert seems to be because of number of MAC addresses being fetched from the EEPROM of the device,

    Regards,
    Shaunak