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 d...