Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slave SDI is not supported #5

Open
M0stafaRady opened this issue Oct 15, 2024 · 0 comments
Open

Slave SDI is not supported #5

M0stafaRady opened this issue Oct 15, 2024 · 0 comments
Assignees

Comments

@M0stafaRady
Copy link
Member

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:

assign douten_qspi = (counter < 8) ? 4'b0001 :

However the slave expected the command to be sent over SIO0 and SIO1:

`SDIMODE: begin
if (ClockCounter == 3) InstRegister <= {DataShifterI[05:00],SO_SIO1,SI_SIO0};
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants