cancel
Showing results for 
Search instead for 
Did you mean: 

Can I send and receive data directly using HAL ETH functions without enabling LWIP? If yes, can anyone provide a sample code for the same? What software can I use to check the data transmission and reception ?

Akash_k
Associate III

I am using NUCLEO-H743ZI2 and STM32CubeMX embedded firmware v1.5.0 .

1 REPLY 1
Pavel A.
Evangelist III

> Can I send and receive data directly using HAL ETH functions without enabling LWIP?

Yes, just take one of LwIP examples without RTOS, and remove LwIP

> What software can I use to check the data transmission and reception ?

LwIP. Put it back =)

The Cube examples come with UDP & TCP echo tool.

-- pa