ESP32-C3 with ST7789 over SPI Crash and restart Reason Watchdog #45
getznerh
started this conversation in
Board Specific
Replies: 2 comments 18 replies
-
need you to edit
Then compile and flash it and run it again. Post the output here. |
Beta Was this translation helpful? Give feedback.
16 replies
-
Dear Kevin! I am on holiday on a big ship. After that i will give it a try again! Thanks again!Gesendet von Outlook für AndroidVon: Kevin Schlosser ***@***.***>Gesendet: Samstag, Mai 25, 2024 7:44:03 AMAn: kdschlosser/lvgl_micropython ***@***.***>Cc: Hans Getzner ***@***.***>; Author ***@***.***>Betreff: Re: [kdschlosser/lvgl_micropython] ESP32-C3 with ST7789 over SPI Crash and restart Reason Watchdog (Discussion #45)
Give the library a try again and see if it works. I made some changes and I did find an error in my code so I am hoping it fixes it.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Kevin! I have a small Board with ESP32-C3 and a ST7789 Display, which is connected over SPI. I compiled a LVGL Version with success and made a small testprogramm without LVGL and this test runs without problems. So the hardware is OK. Now i changed the testprogram to use lvgl, but on display_bus.init the programm crashes and reboots with reason "Watchdog". The parameters for spi and display are the same as for the simple test. Have you any idea, what the problem could be?
the running testprogram (from wavershare fur rp2) adapted:
And this is the testprogram which is crashing
I copied the frozen files to local directory and inserted print statements to find, where the program crashes. It crashes definitle on display_bus.init.
W (24) boot.esp32c3: PRO CPU has been reset by WDT.
MicroPython v1.22.2-dirty on 2024-05-19; ESP32C3 module with ESP32C3
Type "help()" for more information.
Beta Was this translation helpful? Give feedback.
All reactions