How to receive ethernet multicast address on mpc5746c

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to receive ethernet multicast address on mpc5746c

563 次查看
tiganhee
Contributor I

Hi,

   mcu type: MPC5746C

   how to receive the multicast mac address of ethernet, for example: the multicast address is 0x01-00-5E-xx-xx-xx

   I use S32 SDK to  config my project. 

   attachment is ethernet code.

   thank you verymuch. 

标记 (1)
0 项奖励
1 回复

505 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

you should add address to group hash table, within SDK ENET_DRV_SetMulticastForward function can be used to update ENETn_GAUR/GALR registers.

For your adressess most probably all bits in GAUR/GALR will be set.

BR, Petr

0 项奖励