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

ESP-IDF with arduino as component - LGFX crash #680

Open
hydrafi opened this issue Feb 23, 2025 · 0 comments
Open

ESP-IDF with arduino as component - LGFX crash #680

hydrafi opened this issue Feb 23, 2025 · 0 comments

Comments

@hydrafi
Copy link

hydrafi commented Feb 23, 2025

esp-idf with arduino as component in windows

  • WSC01-PLUS ESP32S3
  • LovyanGFX version: 1.2.0
  • FrameWork version: ESP-IDF v5.3
  • Build Environment: VScode
  • Operating System: Windows

The pure ESP32-LVGL8x-SDSPI esp-idf build example runs successfully if the environment is configured correctly.

Problem Description

if you add even just the dependency of the arduino component, it compiles but crashes

Steps to reproduce

just add in the main dir this yml:
dependencies:
espressif/arduino-esp32:
pre_release: true
version: '*'
override_path: ${IDF_PATH}/components/arduino-esp32

Actual Behavior

Compile ok, upload ok, then crash with:
Backtrace: 0x4200a83e:0x3fca8840 0x4200abf4:0x3fca8890 0x420547ff:0x3fca88e0 0x4037c5d1:0x3fca8910

that is:
0x4037c5d1: vPortTaskWrapper at esp-idf_example\ESP32-LVGL8x-SDSPI\build\ esp/v5.3.2/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa\port.c:139

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

1 participant