Forum Discussion
OPakh
New Contributor
7 years agoProblem with EPCQ-L1024 extended QUAD input fast transfer
I have a problem with EPCQ-L1024 extended QUAD input fast transfer. For communication with it I use "Generic Serial Flash Interface Intel FPGA IP" It works good in 1x mode but when I send command E...
ShafiqY_Intel
Frequent Contributor
7 years agoHi OPakh,
If you want to enter the QUAD mode, you need to enable the QUAD mode first.
This is the step to enable the QUAD mode:
set flash_cmd_setting [expr {$base + 0x1c}]
set flash_cmd_ctrl [expr {$base + 0x20}]
master_write_32 $mp $flash_cmd_setting 0x00000035
master_write_32 $mp $flash_cmd_ctrl 0x1
I hope this will help.
Thanks😉