Hi all,
In TI's enet_lwip example, it has the following lines:
MAP_IntPrioritySet(INT_EMAC0, ETHERNET_INT_PRIORITY);
MAP_IntPrioritySet(FAULT_SYSTICK, SYSTICK_INT_PRIORITY);
The comment says this is to change the priority of the interrupts
When I debug and pause right after these two lines, I can see the priority is changed on EMAC0, but not SYSTICK, which is supposed to be interrupt #15.
I wonder if my processor is broken or the example is wrong, can anyone verify on his/her unit?
Thanks!