RTCS how to support VLAN Tag

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RTCS how to support VLAN Tag

862 Views
xuwillie
Contributor I

I meet a problem.I use K65 with MQX and RTCS.I need  support VLAN Tag to connect switch.

I do this:

#define RTCSCFG_ENABLE_8021Q 1

but it doesn't work.Computer can ping K65,but can't open the web page on K65.

If something wrong i did?

0 Kudos
3 Replies

452 Views
soledad
NXP Employee
NXP Employee

Hi,

Please check the below link and let me know if this helps:

MQX4.00 support VLAN?

Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

452 Views
xuwillie
Contributor I

This link says that "#define RTCSCFG_LINKOPT_8021Q_PRIO 1" ,but i use MQX 4.4.0 witch  have no "RTCSCFG_LINKOPT_8021Q_PRIO",but only " RTCSCFG_ENABLE_8021Q".

0 Kudos

452 Views
danielchen
NXP TechSupport
NXP TechSupport

Yes, in MQX 4.2  it is RTCSCFG_ENABLE_8021Q. By default, RTCS does not send and receive Ethernet 802.1Q tags, Set this value to 1 to have RTCS send and receive Ethernet 802.1q (VLAN) tags.

Please see the RTCS user guider for more details

Regards

Daniel

0 Kudos