2023-06-18 12:39 AM
Hello everyone, i want to send ethernet packet from one stm32h745 nucleo board to another board. i connect the boards with rj45 biderictional cable, and i use the eth in both boards(one to transmit and one to transmit). i try to debug the program of the transmitter board and i see that after one transmitted packet(which i know that transmitted because status_ok returned from func) i get status_error on transmit, and i do not know why. i am begginer so i do not know how to approch this problem, maybe i misunderstand some basic concept about ethernet communication or something else. i attach my main loop for help. thanks!
2023-06-18 01:02 AM
Hi, I did tests with the F407 and the LAN8720, but I used the computer to monitor the sending and receiving, I used this tool to test: Hercules SETUP utility.
See too: [This page will explain points to think about when capturing packets from Ethernet networks]