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.
Hey there!
So I am currently working on a project that involves serial communication to other devices. We also have a few ticker interrupts set up to poll various sensors every so often.
What sort of behavior should I expect from the mbed if we are transmitting over serial at the same time as an interrupt is triggered? Will the serial communications be stopped mid-flow (with potential corruption of data)? Or will the mbed finish transmitting before jumping to the interrupt routing?