I use the Ethernet bootloder provided by TI () and a custom application.
Both bootloader and my application are using the lwip.
When switching from bootloader to application, the application get stuck in netif_set_up() function when it tries to execute etharp_gratuitous(netif)
After executing (in my application) the function etharp_gratuitous(netif), the bootloader "Interrupt Handler for Core 0 Transmit interrupt" function (EMACCore0TxIsr) is called continuously.
My problem seems to be similar with the one described in: e2e.ti.com/.../2365450 but in that ticket there is no solution provided.
Thank you,
Adrian