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
ESP-IDF video init
ESP_ERROR_CHECK failed: esp_err_t 0xffffffff (ESP_FAIL) at 0x4208ea11
file: "./managed_components/espressif__m5stack_core_s3_noglib/m5stack_core_s3.c" line 354
func: bsp_display_new
expression: bsp_enable_feature(BSP_FEATURE_LCD)
abort() was called at PC 0x4037d243 on core 0
ESP-BSP is standard a mechanism how to work with a board.
The initialization sequence in case of M5Stack CoreS3 includes also Power Up of display using AW9523.
The application that works on real HW, crashes in the simulation.
Here are artifacts: https://github.com/georgik/esp32-sdl3-example/actions/runs/11049438543
Here's the failure: https://github.com/georgik/esp32-sdl3-example/actions/runs/11049583033/job/30695464460#step:4:102
I guess that this line backfires: https://github.com/espressif/esp-bsp/blob/master/bsp/m5stack_core_s3/m5stack_core_s3.c#L95
The text was updated successfully, but these errors were encountered: