Hello @Alexis_A,
I've tried debugging the enet_loopback demo with both SDKs (the one I used to use and the one you've told) and it shows the expected behavior in both cases (however the color of the LED doesn't change when I flash the code into the MCU and not start a debug session).
I've made some other tests (helloworld and Iseled tests) when I received the EVB at the first place and they both worked as expected. So I don't think that the issue is related to the MCU or EVB here, but not sure about the daughter card or the ethernet interface of the EVB.
Since you recommended me to use ENET_DRV_ReadFrame() function, I changed the code for demo application PHY TJA1101 as I need to configure the daughter card and I can only see those component options with the phy demo. You can find the code attached to this reply. My purpose with this code is to see the LED with blue color when the EVB receives a frame. But when I debugged this code, I've seen that the status variable within the function rx_callback() doesn't have the value STATUS_SUCCESS, instead it always has the value STATUS_ENET_RX_QUEUE_EMPTY which shows that I can't receive the frames properly. I'm not sure if the code is rock solid for that purpose but I believe the frames don't go through the daughter card. Please let me know if I'm wrong and have a mistake within the code.
Cheers,
Ozan