Resolved! Debugging code (breakpoints) with reading a FIFO
Is my assumption right?When you have code like this: *(hospi->pBuffPtr - 1) = SPI3->RXDR; and you set a breakpoint on this line (so that is stops before this instruction is executed),but you have the SFR page open, to see the registers of the periphe...