2019-11-09 03:38 AM
I am using NUCLEO-H743ZI2 and STM32CubeMX embedded firmware v1.5.0 .
2019-11-09 01:25 PM
> 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