2017-08-18 10:28 AM
I am using a Nucleo-144 board with a STM32F413. I have a PmodSF3 NOR Flash (Micron N25Q256A) attached. I am trying to communicate using QSPI. I have a logic analyzer attached and can see that I am talking to the chip and it is responding. I am attempting to read data from QSPI using HAL_QSPI_Receive_IT but nothing gets put into the receive buffer.
I am new to QSPI and Nucleo so any help is appreciated.