2018-06-26 09:39 AM
Hi,
Why there is no HAL_QSPI_TransmitReceive() function like HAL_SPI does?
Thx
2018-06-26 09:48 AM
Interaction with the devices is heavily asymmetrical, the interface is clocked on the large receive blocks without the need to stuff dummy data like SPI.
2018-06-26 12:00 PM
In CubeMX, there is QuadSPI mode drop down menu can select 'Bank1 with Single/Dual Lines'. Does it mean I can use single GPIO for tx/rx such as just IO0?
We are short of GPIO pin now. Wondering if I can just use 1 line to communicate with S25FL256S flash memory.
2018-06-26 12:08 PM
Hard to say, and I'm not going to dig into it, but with the QSPI functions you can specify the width of both the Address and Data portion of the transaction, and you can use the appropriate Commands.