cancel
Showing results for 
Search instead for 
Did you mean: 

Ethernet communication problem with NUCLEO-H743ZI

PPate.1029
Associate II

Is there any simplified version of ETH just to transmit data in a way similar to HAL_UART_Transmit() function?

Can anyone provide the code for the same (sending and receiving packets using STM32H743) without/with using LWIP. Please recommend the software for testing the same.

2 REPLIES 2

Like HAL_ETH_TransmitFrame() ?

Wireshark or network analyzer connected to different port of 10BT *HUB* ? Or another Ethernet node in promiscuous mode?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
PPate.1029
Associate II

Like HAL_ETH_TransmitFrame() ? : Yes, is it possible using this function ?

Wireshark or network analyzer connected to different port of 10BT *HUB* ? : yes connected.

If you have a running example code, it is very helpful to me