STM32U5: Spi and Debug
Hello, this is a general question for my understanding.
when I single stepped* through my SPI code, I encountered some unexpected behavior. But when I run over the code, it worked as expected.
*During this time, I had the peripheral SPI view opened.
So my question is, when the debugger updates the view, e.g. by showing me the content of the SPI_RXDR register in the peripheral view, will this already have an effect on the SPI HW, like when I read the SPI_RXDR with SW ?
Or can the debugger read the registers somehow different ?
(A read to SPI_RXDR will have effect to RXFIFO and Rx-Flags)

