2012-01-29 11:09 PM
Can I get an explanation on how interrupt controller in FreeRtos porting is configured. I read the documentation published in freertos.org but I didn't understood if I can use my USERS interrupts from configMAX_SYSCALL_INTERRUPT_PRIO ( here set to 5) to max (here 0x0F) or from 0x00 ( max prio ) to configMAX_SYSCALL_INTERRUPT_PRIO (here 5).
I have a problem, my EXTI lines doesn't work and I think I corrupted the freertos interrupt settings. Thanks , Mikael #freertos-interrupt