QSPI missing first nibble
Hi
I am using the STM32F723 to read FPGA with the (notorious) QSPI interface in a custom board.
The QSPI is configured to indirect read mode, 4 bits, using DMA.
The issue is that the first nibble is not read. All other bytes are as expected.
The Errata sheet, section 2.4.1 says “First nibble of data not written after a dummy phase�?. But I am using it in read mode with no dummy phase.
The workaround, adding alternate bytes, does not solve the issue.
Changing number of bytes read each time and clock speed also had no effect.
Is it possible that this issue manifest itself in other configurations? Did anyone here experience this?
TIA,
--Arnon
#QSPI #[STM32 MCUs]