cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove automatic ARP Broadcast messages ?

FSoui.1
Associate II

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 

0693W00000LwSt9QAF.png

2 REPLIES 2
Pavel A.
Evangelist III

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.

Piranha
Chief II

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