I am working on Ethernet in STM32H745 MCU. How to assign a different MAC address to 100 MCU so that they can work together on LAN? Further how to filter ethernet packets having a particular MAC address?
I am working on Ethernet in STM32H745 MCU and using STM32CubeIDE. I want to connect 100 such MCU to LAN.
How can I assign a different MAC address to all the MCU? Do STM MCUs have a built-in MAC that I can use, or is there any other method to assign different MAC to many MCUs?
Further, I want to filter out ethernet packets having a particular MAC address. What are the different methods available to apply such filters? Can these filters be applied on the PHY layer(LAN8742) or HAL or any other method?
