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
Why are there the following constraints on read and write commands? What if the length of my read and write data is not an integer multiple of burst length? For example, the length of writing data is 32 bytes.
Why are there the following constraints on read and write commands? What if the length of my read and write data is not an integer multiple of burst length? For example, the length of writing data is 32 bytes.
“assert(ControllerExtension::getBurstLength(payload) == 8);”
The text was updated successfully, but these errors were encountered: