Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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