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.
Tool/software: Code Composer Studio
Hi Team,
I'm doing a small project about automotive Ethernet PHY using the board DP83TC811SEVM. I found that the Ethernet MCU MSP432E411Y has a Ethernet MAC and MII/RMII pins to connect an external Ethernet PHY. So I decided to use MSP432E411Y-BGAEVM as my Ethernet controller to connect a DP83TC811SEVM.
I want to link 2 MCUs and 2 Ethernet PHYs to implement a ethernet communication. I just want to know if there are some demo codes or examples for demonstrating the Ethernet application of this MCU, for example in SDK?
Best Regards,
Zhouyang Liu
Hello Zjouyang,
We don't have dedicated Ethernet example for the MSP432E411Y-BGAEVM as most exampled developed for the MSP432E401Y can be used on MSP432E411Y.
Note that there are a few differences between MSP432E411y-BGAEVM and MSP-EXP432E401Y board like buttons, GPIOs and boosterPack headers that have to be accounted for when porting the code from MSP-EXP432E401Y to MSP432E411y-BGAEVM. These changes can made in the board files.
All the examples for MSP-EXP432E401Y and MSP432E411Y-BGAEVM are available in the SimpleLink MSP432E4 SDK.
Thanks,
Sai
Hello Sai,
thank you. So there is dedicated Ethernet example for MSP432E401Y in SimpleLink MSP432E4 SDK. I can port this code to MSP432E411Y-BGAEVM just by making some changes in the board files. am I correct?
Regards,
Zhouyang
**Attention** This is a public forum