I2C master jams, unable to clear STOPF flag - probable hardware bug
After receiving by master the last byte a new transmit is started (CR2.START set) from within the last ISR.RXNE ISR handler call with CR2.AUTOEND set.As a result, ISR.STOPF flag gets set and it does not get cleared setting ICF.STOPCF. Peripheral jams...