This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MAC Address question for TI Hercules MCU



Hi

I am currently browsing the code for lwip port for the Hercules MCU. I am seeing that the MAC address is programmed to a specific value on all 8 channels {hdkif.c, line 434}. My understanding is that all 8 channels will only accept packets if they are targeted to that specific address.

However, ARP protocol requires ethernet devices to listen on MAC address FF FF FF FF FF FF. How is this then done ? Can it be that one of the channels' MAC address is set to FF FF FF FF FF FF later on for ARP ?

I tried reading the technical reference manual, but did not find anything on this.

Thanks!

Christopher