SPI - INTERRUPT - RTOS

29 May 2013

Hi all,

I posted this in the QUESTIONS sections but somehow I am only allowed to post one answer per question. So I post it here as a forum topic (sorry).

I have some issues concerning RTOS, interrupts and SPI.

What I have is :

touchscreen (SPI) sensor (UART)

I want to use a RTOS. The touchscreen when touch should start a interruption. Also, the sensor send info once in a while. I want it to start an interruption each time info is send on UART.

The interruptions should start threads

That is the way I thought it has to be done....

thanks