How to receive ethernet multicast address on mpc5746c

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

How to receive ethernet multicast address on mpc5746c

530 Views
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. 

Tags (1)
0 Kudos
1 Reply

472 Views
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 Kudos