cancel
Showing results for 
Search instead for 
Did you mean: 

Enable ARP Offload on STM32H753

ASitt
Associate

Hi,

I try to enable the hardware ARP Offload in a STM32H753 custom board. The problem is, that it doesn't take the given IP adresse in die MACARPAR register regardless what the sequence of code is. I tryed it before and after enabling the ARPEN bit and before and after enabling the ETH Modul. The adresse where the MACARAR register is, is staying at zero. Does anybody know, how to enable the ARP offload?

Best regards,

Andreas

2 REPLIES 2
Jiahong
Associate II

Hi , I'm having the same problem, have you solved it?

STea
ST Employee

Hello @ASitt and @Jiahong ,

Can you share with us some details about the software configuration used for this context.

are you using LWIP FreeRtos or you are working without networking stack and Rtos ?
if you are using Lwip the Feature of ARP offload is already implemented and you can see a working example in this link (see sections with #if LWIP_ARP in ethernetif.c)  
Regards

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.