The uip is implemented in the S32K148EVB-KIT sample source, but I cannot find where to set the VLAN and VLAN-tag.
Please tell me how to implement VLAN and VLAN-tag.
Solved! Go to Solution.
 
					
				
		
 PetrS
		
			PetrS
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
not sure of the example you are referring to. I think, to send a VLAN frame, you can add VLAN tag into the frame array before calling Ethernet frame sending service; https://en.wikipedia.org/wiki/IEEE_802.1Q
BR, Petr
Thank you for your advice.
 
					
				
		
 PetrS
		
			PetrS
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
not sure of the example you are referring to. I think, to send a VLAN frame, you can add VLAN tag into the frame array before calling Ethernet frame sending service; https://en.wikipedia.org/wiki/IEEE_802.1Q
BR, Petr
