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