I have just found that if I insert a number of NOP...
# gf180mcu
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.