Search found 2 matches

by hesthewanderer
Mon Sep 21, 2020 3:05 pm
Forum: ESP-IDF
Topic: Migrated to ESP-IDF, now CPU won't start
Replies: 2
Views: 2619

Re: Migrated to ESP-IDF, now CPU won't start

I'm actually using an IDF bootloader. Weirdly, it seems completely disabling bluetooth in menuconfig fixes the issue and the CPU starts. Any idea why that might happen? With bluetooth disabled my CPU starts, code starts to run, and then one of my tasks causes a core panic (illegal instruction) when ...
by hesthewanderer
Sun Sep 20, 2020 8:40 pm
Forum: ESP-IDF
Topic: Migrated to ESP-IDF, now CPU won't start
Replies: 2
Views: 2619

Migrated to ESP-IDF, now CPU won't start

Hello, I am attempting to move a project from ESP32-Arduino to ESP-IDF with Arduino as a component. Everything compiles fine, but after flashing it seems like the CPU never starts (no cpu_start in the logs), which triggers wdt timeout. This happens if I set CONFIG_ARDUINO_AUTOSTART=y and have a setu...