File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,9 @@ PRIORITY THAN THIS! (higher priorities are lower numeric values. */
199
199
200
200
/* Interrupt priorities used by the kernel port layer itself. These are generic
201
201
to all Cortex-M ports, and do not rely on any particular library functions. */
202
- #define configKERNEL_INTERRUPT_PRIORITY ( configLIBRARY_LOWEST_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )
202
+ /* Warning in case of Ethernet, this prio (used by systick) should be higher (lower value) than ethernet Timer */
203
+ #define configKERNEL_INTERRUPT_PRIORITY 14
204
+
203
205
/* !!!! configMAX_SYSCALL_INTERRUPT_PRIORITY must not be set to zero !!!!
204
206
See http://www.FreeRTOS.org/RTOS-Cortex-M3-M4.html. */
205
207
#define configMAX_SYSCALL_INTERRUPT_PRIORITY ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )
You can’t perform that action at this time.
0 commit comments