This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Interrupt priority of Systick?

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!