For the STM32H747i evaluation board, is there any specific hardware changes needed for working ethernet?
I have followed the driections from here to set up my project using ethernet. However, I do not get any response that the ethernet application is even running. I have tried pinging the set ipaddress of the board given in the description. I'm on Ubuntu 18.04. My ethernet connection status shows connected in network manager. Running an ifconfig shows the static address I set for connecting to the board.
I have in a second task for the freeRTOS to have LED1 on board blink. Inside a second task designated as the udp task, I have a separate LED toggling as well. The first LED toggles as expected, but in the udp task, the LED2 is not blinking. I can get it to Blink if I remove the udpSend command. I'd like to verify that there is not any specific hardware setup with the board that I'm missing. From UM2525 it seems I just can set JP5, which I left as default.
I have also run "nmap -sP 192.168.0/24" in a terminal to check for any other devices on that network with zero results turned up. The DCHP is disabled on the board and IPv4 set to 192.168.1.10. The static IP of the laptop is 192.168.1.1.
I have the board directly connected to my PC with an ethernet cable and statically set my computer IPv4 address to communicate with the board. Anything else?
