I have just found that if I insert a number of NOP instructions (`asm volatile("nop");` ) between th...
t
I have just found that if I insert a number of NOP instructions (
asm volatile("nop");
) between the variable assignment and its first use, it does read correctly on the first try.