ESP32 & Espruino & dual core mode #7091
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
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
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-05-29 by user90324
Hello to every one,
I have special request.
I want to run Espruino firmware on ESP32 with dual core support. I would like to join critical time task in C to second core but first core to run Espruino JS interpreter.
My steps to build original Espruino FW:
and checkout to branch ESP32-v3.0.
source EspruinoBuildTools/esp32/build./build-idf.sh
and everythink is working properly.
I did full erase flash by
make erase_flash
But If I change in menuconfig > Component config > FreeRTOS > [ ] Run FreeRTOS only on first core
and build again ESP32 still resetting with this log output (VERBOSE mode output):
This is my output from make monitor from ~/EspruinoBuildTools/esp32/build/app. So you can see backtrack with function name instead of pointer address.
Does anybody know where should be problem?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions