You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The controller supports SPI and SQI. However there is another mode supported by the slave memory 23LC1024 called SDI (Serial Dual Interface). The RTL have 3 modes and of them is dual but it's not behaving like the slave is expected a dual mode would behave.
The RTL dual mode starts by sending the command using only SIO0:
The controller supports SPI and SQI. However there is another mode supported by the slave memory
23LC1024
called SDI (Serial Dual Interface). The RTL have 3 modes and of them is dual but it's not behaving like the slave is expected a dual mode would behave.The RTL dual mode starts by sending the command using only
SIO0
:EF_PSRAM_CTRL_V2/hdl/rtl/EF_PSRAM_CTRL_V2.v
Line 186 in afc59c6
However the slave expected the command to be sent over SIO0 and SIO1:
EF_PSRAM_CTRL_V2/verify/utb/23LC1024.v
Lines 232 to 234 in afc59c6
The text was updated successfully, but these errors were encountered: