We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sequence :
Write to INDIRECT_FIFO_DATA register (Command = 47, length = 32, PEC enabled) Read same data back from INDIRECT_FIFO_DATA register (Command = 47, length = 32, PEC enabled)
Effect :
INDIRECT_FIFO_DATA register not populated with data written via GPIO even when I3C write is acknoledged.
AI3C_Transaction#1(message number:1) MSG(addr:'h27, W:0, len:20) 2f 10 00 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 61
==> @106968.010ns SDA :'b01001110 , Addr:'h27, rw:'b0(W) <== @107200.010ns ACK :'b0 , ACK
The text was updated successfully, but these errors were encountered:
This is fixed on main with
61e3799 09fe56e ef851be 1b7d5f2 54741a7 a244852 99a9751 87de7f3
Please test it on your side
Sorry, something went wrong.
No branches or pull requests
Sequence :
Write to INDIRECT_FIFO_DATA register (Command = 47, length = 32, PEC enabled)
Read same data back from INDIRECT_FIFO_DATA register (Command = 47, length = 32, PEC enabled)
Effect :
INDIRECT_FIFO_DATA register not populated with data written via GPIO even when I3C write is acknoledged.
AI3C_Transaction#1(message number:1)
MSG(addr:'h27, W:0, len:20)
2f 10 00 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37
38 39 3a 61
==> @106968.010ns SDA :'b01001110 , Addr:'h27, rw:'b0(W)
<== @107200.010ns ACK :'b0 , ACK
The text was updated successfully, but these errors were encountered: