How can I configure an interruption

cabrerahidalgo wrote on Wednesday, September 09, 2009:

I’m working with freertos but I don’t know how can I  configure an interruption, it mean, what about context swiching? is necesarry to inform to Freertos about interruption? where can I find an example

Thanks a lot!!!

rtel wrote on Wednesday, September 09, 2009:

Each official port has an associated WEB page on the FreeRTOS.org site that describes how to interact with interrupts.  Also each official port has a demo application with at least one example of an interrupt service routine causing a context switch.

Regards.

cabrerahidalgo wrote on Thursday, September 10, 2009:

OK Richard. Thank!!