-
Notifications
You must be signed in to change notification settings - Fork 782
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
[spi_device] payload upload ignores dummy cycles #14051
Comments
Yes. It assumes no dummy cycle between the address and payload. Let me change this ticket to Future Release Thanks! |
@eunchan Thanks for the confirmation |
Triaged for |
For what it's worth, for the type of device we are modeling, I believe writes are buffered in low-latency storage, then executed upon the completion of the SPI transaction. Dummy cycles are used for reads to accommodate the high-latency arrays where data originates. Most likely, there is no use for dummy cycle support on writes. However, it doesn't hurt to ask the product team to be sure. |
Checked as part of the product-team review process, believe that all relevant devices do not have opcodes that have dummy cycles for writes. |
Closing, since the set of SPI flash operations we support does not include dummy cycles for write commands. |
@eunchan
Looks like payload upload ignores dummy cycles. We starts to upload payload when all addresses are collected regardless of the value of dummy_size, right?
Perhaps I can assume dummy cycle is 0 when it's not a read, right?
The text was updated successfully, but these errors were encountered: