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.
11 years, 5 months ago.
SPI - INTERRUPT - RTOS
Hi,
is it possible to throw an interrupt when there is activity on a SPI communication? I would like to do something like this :
SPI.attach(myInterrupt);
Is it then possible to use an RTOS and start a thread inside this interrupt?
thanks.
1 Answer
11 years, 5 months ago.
Thanks for your answer.
I wanted the MBED to be slave.
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
Do you mean SPI master or slave? Since an SPI master will only have activity when you tell it to have activity.
posted by Erik - 29 May 2013