Resolved! LDR instruction after STR outputs old data when reading from timer peripheral
I have a bit of code as follows:str r3, [r0, #68]ldr r3, [r0, #68]where [r0, #68] is TIM20.BDTR on a STM32G474. I would expect that the LDR would output the same data that was just stored, however it seems that out outputs the previous data. I al...