Ethernet configuration with MicroROS
Hi,
I'm configuring MicroROS on the STM32F767ZI, but I want to set up a connection with the MicroROS agent using the Ethernet connection on the Nucleo F767ZI board.
I followed the guide at this link (see section UDP
https://github.com/micro-ROS/micro_ros_stm32cubemx_utils/tree/jazzy?tab=readme-ov-file#udp
but I'm having trouble fixing main.c.
I understand that I need to enable ETH and LWIP, but I can't fix main.c using the sample_main_udp.c and sample_main_embeddedrtps.c files.
I'm attaching the project so you can see the files.
Note: I started by configuring usart3 and then regenerated the code, excluding usart3, adding ETH, and configuring LWIP in the middleware.
