2022-03-31 08:16 AM
I am working on this project and I want to have full control of the sent / received messages from my STM32F746G. Even when starting an empty project without ETH these messages are sent from the STM
2022-03-31 09:18 AM
Automatic ARP reply is a feature of the ETH. It can be disabled somewhere in its config registers.
ARP requests are sent by LwIP (or whatever you use) by default.
You can disable this by changing the "ARP" medium type to something else. Tweak ethernetif.c.
2022-04-12 05:29 PM
> Even when starting an empty project without ETH these messages are sent from the STM
Of course, we believe you! Or maybe try actually looking at the code...