Quote:
|
Originally Posted by Sachiel7
I also suggest that while recording auto modes, don't use interrupts.
|
How about turning off all interrupts except the high-priority interrupt then synchronizing yourself to IFI's interrupt? After new data comes in from the master processor, you should have at least 16ms to write your data block before the next interrupt. I can write some example code if needed. I'd like to see this work 'cause it's a really neat idea.
-Kevin