Hi,
Using the test_board example Vivado design, I've taken the steps necessary to utilize the gigabit ethernet interface that is connected to the RJ45 port on the baseboard. After reading the schematic, I enabled GEM3 on MIO pins 64-75 (see attached images).
I started with the TCP Echo Server (FreeRTOS + lwIP) example software project in Vitis. The software runs, but I cannot connect to the server at all. I've narrowed it down to usage of vTaskDelay() in the application. It appears that the scheduler context switches to the idle task and gets stuck there. This suggests timer tick interrupts are not handled properly. Has anyone experienced this issue before?
Thanks for your help!