Unexpected data whith QSPI on STM32L431
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-21 1: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.
- During the Dummy Cycles Phase, the SI pin is transmitting data. This is data is ignored by the Flash chip so this is not a problem but it is still unwanted.
- Even if the data size is set correctly in the QSPI module (DLR Register = 1) an additional byte is received by the QSPI module.
Anyone has an idea what causes this behavior?
- Labels:
-
QSPI
-
STM32L4 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-22 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-22 5:56 AM
Thanks for coming back with the result. Please mark as resolved.
JW
