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.

[FAQ] MCU-PLUS-SDK-AM261X: Unable to locate Networking (Enet CPSW) examples in the AM261x MCU+ SDK

Part Number: MCU-PLUS-SDK-AM261X


Tool/software:

Hi TI experts,

I am unable to find ethernet networking (enet cpsw) examples in the MCU+ SDK for AM261x. For AM263x and AM263Px, I am able to locate the examples inside the <mcu_plus_sdk>/examples/networking/ folder. Can you please point me to the correct path in the latest SDKs.

    • The networking examples (enet cpsw) have been moved to a new path in the newer versions of the MCU+ SDK. Please find the updated path below:
      Old Path: <mcu_plus_sdk>/examples/networking/
      New Path: <mcu_plus_sdk>/source/networking/enet/core/examples/

    • Further, the LwIP and TSN examples are inside the "/lwip" and "/tsn" sub-directories inside the above example path.
      Old LwIP examples path: <mcu_plus_sdk>/examples/networking/lwip
      New LwIP examples path: <mcu_plus_sdk>/source/networking/enet/core/examples/lwip/

      Old TSN examples path: <mcu_plus_sdk>/examples/networking/tsn
      New TSN examples path: <mcu_plus_sdk>/source/networking/enet/core/examples/tsn/

    Note: The new directory structure applies to the AM26x device based on the MCU+ SDK versions as follows:

    AM261x
    AM263x/ AM263Px
      v10.00.01.10 OR newer     v10.01.00.31 OR newer  

    Regards,
    Shaunak Deshpande