This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Double float read interrupt

I have a higher interrupt that writes to a double float.  Can I be halfway through reading the double float, get interrupted, then read the second half of the double float (which now contains the new data)?  Or will it do the full read and then get interrupted?

 

Thanks