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.
5 years, 8 months ago.
SPI Slave device with thread
Is it possible to use SPI Slave feature inside thread?
Program works perfectly inside "main() { while(1) {..} }" loop, but crashes if moved into thread (even if only single thread running).