2019-11-10 09:03 PM
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.
2019-11-10 09:19 PM
Like HAL_ETH_TransmitFrame() ?
Wireshark or network analyzer connected to different port of 10BT *HUB* ? Or another Ethernet node in promiscuous mode?
2019-11-10 09:32 PM
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