Skip to content

FreeRTOS Configure

EvilLord666 edited this page Oct 25, 2016 · 3 revisions

The most important issue to make app with free RTOS work is to properly adjust INTERRUPTS Configuration for FREE RTOS:

  1. see http://www.freertos.org/a00110.html

FOR LPC17xx:

#define configKERNEL_INTERRUPT_PRIORITY 248

#define configMAX_SYSCALL_INTERRUPT_PRIORITY 40

Clone this wiki locally