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-AM263P: Enet issues upgrading MCU SDK from 9.02.00.56 to 10.02.00.15

Part Number: LP-AM263P

Tool/software:

Hello,

I am trying to upgrade MCU SDK from 9.02.00.56 to 10.02.00.15 and ran into some issues with Enet:

1. "mcu_plus_sdk_am263px_10_02_00_15\source\networking\enet\core\include\phy\enetphy.h" includes a header "phy_common.h" that cannot be found.

2. The enet TCP client example: "mcu_plus_sdk_am263px_09_02_00_56\examples\networking\lwip\enet_cpsw_tcpclient" is no longer available. Could this example be provided for 10.02.00.15 to assist in the upgrade please?

Thanks for the help!

  • Hi Yuting,

    Our networking expert is on leave today, he'll be back tomorrow on 12th of June, please expect a reply from them tomorrow.

    Thank you for your patience!

    Regards,
    Akshit

  • Never mind, I found the example under "mcu_plus_sdk_am263px_10_02_00_15\source\networking\enet\core\examples\lwip\enet_cpsw_tcpclient", and from the example I was able to find "phy_common.h" under "mcu_plus_sdk_am263px_10_02_00_15\source\board\ethphy\enet\rtos_drivers\include".

    My bad. Thanks for the help.