How to remove automatic ARP Broadcast messages ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-31 8: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-31 9: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-04-12 5: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...
