ESP32 problems #612
Unanswered
gerthalberg
asked this question in
Q&A
Replies: 2 comments
-
Possible better is to ask one the Faust Slack channel when an #esp32 channel exists. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There are a few platformIO examples here for both framework esp-idf and framework arduinoespressif32 if these are any help. About the rebooting, is it a HW or SW reboot? If RTCWDT_RTC_RST it may be a power supply issue, or, you could try to add to your platformio.ini file board_build.flash_mode = dio , if it is a SW_CPU_RESET maybe something in the memory configuration in menuconfig isn't configured. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I'm trying to get the smoothDelay example up and running on an ESP32 TTGO_TAUDIO . I'm using platformIO and when compiling using the ESp IDF pluging I get the following linker error:esp/esp-idf/components/freertos/port/port_common.c:129: undefined reference to `app_main'. I have tried with both an external app_main and with the app_main in the generated .cpp file.
If I try to compile using the the standard platformIO setup, the code compiles, and I can upload it to the board but the board keeps rebooting.
Has anyone tried this?
Beta Was this translation helpful? Give feedback.
All reactions