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

Update the GENERIC-7789 firmware #169

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

asherevan
Copy link

I updated the GENERIC-7789 firmware

@dusan-zervan
Copy link

Thank you, it is working (MicroPython v1.24.0-preview.309.gf1bdac375.dirty on 2024-09-17), but LCD SPI is limited to 26 MHz, there is an error when 40 MHz is set:

E (2261) spi_hal: spi_hal_cal_clock_conf(110): When work in full-duplex mode at frequency > 26.7MHz, device cannot read correct data.
Try to use IOMUX pins to increase the frequency limit, or use the half duplex mode.
Please note the SPI master can only work at divisors of 80MHz, and the driver always tries to find the closest frequency to your configuration.
Specify SPI_DEVICE_NO_DUMMY to ignore this checking. Then you can output data at higher speed, or read data at your own risk.

Then fatal error and reboot.

@asherevan
Copy link
Author

I will work on fixing that.

@asherevan asherevan marked this pull request as draft December 24, 2024 17:29
I should have added support for 40 MHz SPI.
@asherevan asherevan marked this pull request as ready for review December 29, 2024 03:52
@asherevan
Copy link
Author

It should work now.

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

Successfully merging this pull request may close these issues.

2 participants