VLAN Communication possible with Kinetis K66?

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

VLAN Communication possible with Kinetis K66?

362 Views
berndschmieder
Contributor I

How far is VLAN Communication possible with Kinetis MCUs?

Tags (1)
0 Kudos
1 Reply

286 Views
mjbcswitzerland
Specialist V


Hi Bernd

The Ethernet controller in the K66 supports VAN tagging but VLAN can be done without this very easy (and in some cases more flexibly) in software.
Some switches/PHYS also include VLAN support, in addition or as alternative to doing it at the EMAC or SW layer.
Generally however it can easily be done with any Ethernet controller.

The uTasker project includes VLAN and dynamic VLAN support in case a turn-key, proven and supported solution for the K66 is preferred (it is also available as open source if no support is needed), whereby dynamic VLAN allows VLAN management of individual frames so that you could have multiple IP addresses; some on VLANs and some not.

Regards

Mark


Kinetis: http://www.utasker.com/kinetis.html
Kinetis K66:
- http://www.utasker.com/kinetis/TWR-K65F180M.html
- http://www.utasker.com/kinetis/FRDM-K66F.html
- http://www.utasker.com/kinetis/TEENSY_3.6.html

Networking: http://www.utasker.com/docs/uTasker/uTaskerNetworking.pdf

Free Open Source solution: https://github.com/uTasker/uTasker-Kinetis
Working project in 15 minutes video: https://youtu.be/K8ScSgpgQ6M

For better, faster, cheaper product developments consider the uTasker developer's version, professional Kinetis support, one-on-one training and complete fast-track project solutions to set you apart from the herd : http://www.utasker.com/support.html

0 Kudos