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

Register access for INDIRECT_FIFO_DATA register not working #5

Open
nileshbpat opened this issue Jan 8, 2025 · 1 comment
Open

Comments

@nileshbpat
Copy link

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.

  • Test is provided offline.

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

@kgugala
Copy link
Member

kgugala commented Jan 10, 2025

This is fixed on main with

61e3799
09fe56e
ef851be
1b7d5f2
54741a7
a244852
99a9751
87de7f3

Please test it on your side

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