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
When SPI bus is shared with other devices, it might be useful to configure it as full-duplex.
Currently it's configured as half-duplex because half-duplex supports the dummy-bit workaround with speeds up to 80Mhz.
However, since ili9341 only writes, we could configure it to full-duplex and enable the SPI_DEVICE_NO_DUMMY bit to support up to 80Mhz write only.
Half duplex configuration may be related to difficulties supporting SPI SD card on the same bus with ili9341.
This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When SPI bus is shared with other devices, it might be useful to configure it as full-duplex.
Currently it's configured as half-duplex because half-duplex supports the dummy-bit workaround with speeds up to 80Mhz.
However, since ili9341 only writes, we could configure it to full-duplex and enable the SPI_DEVICE_NO_DUMMY bit to support up to 80Mhz write only.
Half duplex configuration may be related to difficulties supporting SPI SD card on the same bus with ili9341.
Related:
The text was updated successfully, but these errors were encountered: