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
Thanks Enrico for responding, I'm working on FPGA designs for these major protocol layouts like UART, I2C and SPI. My area is only in Python designs and I'm working on to create the libraries for these layouts in it. That's why, I've not the code in other languages for this core. We can collaborate to write the better class for this Axi IIC layout rather than relying on PYNQ builtin classes as you have did with UART core.
I'm using the MPU-9250 Gyroscope just for testing the I2C behaviour on this layout.
I'm communicating with I2C GYROSCOPE sensor using this code. All the code works well, but it's not printing the received data values.
In this code, by sending the 0x75 and in response receiving the 0x71. But it only prints the length of not the received bytes.
You can see the in bridge results through the Saleae Logic Analyzer
The text was updated successfully, but these errors were encountered: