Forum Discussion
Oaksys
New Contributor
2 years agoYou need to change the number of read dummy cycles. I guess in your case from 10 to 8. In the hwlib I am using, this number can be changed in alt_qspi.c. It might be possible to use alt_qspi_device_read_config_get and alt_qspi_device_read_config_set to change the dummy cycle setting, but it needs to be done after calling alt_qspi_enable since this function will revert to the settings in alt_qspi.c.
The number of read dummy cycles can change if the QSPI reference clock is changed.