2018-08-21 01:43 AM
Hi,
I am experiencing some strange behavior when using the QSPI module to communicate with an Adesto Flash chip.
I am using the newest version of the ST HAL driver library.
Anyone has an idea what causes this behavior?
2018-08-22 04:50 AM
Ok,
I could solve one of the problems by myself.
I had the Adress Mode always set to QSPI_ADDRESS_1_LINE.
This way the QSPI created an adress field even when sending messages which does not require address informations.
Problem was solved after setting the mode to QSPI_ADDRESS_NONE.
2018-08-22 05:56 AM
Thanks for coming back with the result. Please mark as resolved.
JW