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.

MSP432E401Y: Can E4 support VLAN? where can I get some related resource?

Part Number: MSP432E401Y

Team,

Can E4 support VLAN? where can I get some related resource?

  • Hello Yue,

    The MSP432E4 TRM should have a description of how VLAN can be enabled.

    Please refer the Driverlib API reference from the latest MSP432E4 SDK (./docs/driverlib/msp432e4/API_Guide.html) for a list of APIs that support VLAN configuration.

    Although not comprehensive, the following APIs might be the most useful for enabling and configuring VLAN.

    The following API enables frame filtering to insert, replace and deleate VLAN

    • EMACFrameFilterSet

    The following APIs  enable VLAN specific configuration:

    • EMACVLANRxConfigSet
    • EMACVLANRxConfigGet
    • EMACVLANTxConfigSet
    • EMACVLANTxConfigGet
    • EMACVLANHashFilterBitCalculate
    • EMACVLANHashFilterSet
    • EMACVLANHashFilterGet

    Could you help us understand where/why you are trying to use VLAN?

    Thanks,

    Sai

**Attention** This is a public forum