Search found 8 matches

by beka
Tue Apr 19, 2022 9:12 am
Forum: ESP32 boards
Topic: Compiling Micropython - Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.
Replies: 2
Views: 2000

Re: Compiling Micropython - Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.

I tried another cable but no change. The thing is it works fine if I do not enable SPIRAM support in menuconfig. It was also working fine with Micropython v1.14-152-g6f06dcaee-dirty compiled with ESP-IDF v4.4-dev-473-gc49d03b8e. This issue is with the latest master branch of Micropython 1.18 and the...
by beka
Mon Apr 18, 2022 6:30 am
Forum: ESP32 boards
Topic: Compiling Micropython - Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.
Replies: 2
Views: 2000

Compiling Micropython - Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.

Dear All, I have a problem with a WROVER module reseting with "Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.", after flashing with micropython compiled with support for SPIRAM. It works okay when SPIRAM is not enabled. I am using ESP-IDF version 4.4 and Micropyth...
by beka
Sat Apr 10, 2021 7:12 am
Forum: ESP32 boards
Topic: Compiling with btree module support
Replies: 16
Views: 7012

Re: Compiling with btree module support

Just to confirm that I have compiled the daily build and I can now import the btree module - problem solved!

Best!
by beka
Fri Apr 09, 2021 9:39 am
Forum: ESP32 boards
Topic: Compiling with btree module support
Replies: 16
Views: 7012

Re: Compiling with btree module support

Many thanks to all!
by beka
Fri Apr 09, 2021 8:56 am
Forum: ESP32 boards
Topic: Compiling with btree module support
Replies: 16
Views: 7012

Re: Compiling with btree module support

Great that the btree module is going to be included, I will try wangshujun's branch in the meantime.

Best
by beka
Fri Apr 09, 2021 8:48 am
Forum: ESP32 boards
Topic: Trying to connect HUZZAH32 ESP32 Feather to WIFI
Replies: 2
Views: 1402

Re: Trying to connect HUZZAH32 ESP32 Feather to WIFI

You connected to the network in station mode so it will not show up in the wifi networks list. Can you ping the gateway 172.40.1.1 from your computer?
by beka
Thu Apr 08, 2021 5:49 am
Forum: ESP32 boards
Topic: Compiling with btree module support
Replies: 16
Views: 7012

Re: Compiling with btree module support

Thanks for following up...
by beka
Tue Apr 06, 2021 11:01 am
Forum: ESP32 boards
Topic: Compiling with btree module support
Replies: 16
Views: 7012

Compiling with btree module support

Hi All, This is my first time posting. I needed to use a WROVER module with 8MB external flash so I attempted to compile code from https://github.com/micropython/micropython . While I finally managed to compile without errors I found that I could not import the btree module which is essential for my...