Content originally posted in LPCWare by ArnaudE on Mon Mar 30 07:09:12 MST 2015
To sum up, i have an Ethernet bootloader and an application code with FreeRTOS. The Ethernet bootloader is used to update the application code. When jumping to the application I had some trouble and now everything works.
If you are using an Ethernet Bootloader, and FreeRTOS Ethernet taks (and lwip), do not forget to disable the Ethernet interrupt in the bootloader before jumping to application code. Although i used a general function to disable interrupt, the Ethernet one was still enable (may some specific interrupt are disable and not all).
Regards,
Arnaud