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

ILI9341_T4 freezes at _waitUpdateAsyncComplete with tsandmann/freertos-teensy #20

Open
birdboat00 opened this issue Aug 1, 2024 · 2 comments

Comments

@birdboat00
Copy link

Hello,

i was using this library with the freertos port by tsandmann (tsandmann/freertos-teensy).

The problem is, it freezes at

void _waitUpdateAsyncComplete()
for some time and then continues, even the SPI clock freezes (atleast the LED stops blinking).

I suspect the problem is the yield(); function.
It works without FreeRTOS.

Is this a problem with the freertos port or with this display driver?

Best regards

@vindar
Copy link
Owner

vindar commented Sep 14, 2024

Hi,

I never used freertos myself so I do not know what is going on but the ILI9341_T4 library make heavy use of interrupts so I am not really surprised that it does not work... Do you have a simple (complete) example/sketch that I could try to replicate the issue ?

Best,

@birdboat00
Copy link
Author

Hey,

sorry for not answering for auch a long time.
For my project I switch from FreeRTOS to ChibiOS and it works there, as it seems, properly.

I will prepare an example when I have time.

Sorry.

Best Regards
Sebastian

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