-
Notifications
You must be signed in to change notification settings - Fork 20
Guru Meditation Error: Core 1 panic'ed (IntegerDivideByZero). Exception was unhandled. #7
Replies: 1 comment · 3 replies
-
Hi, you can put the backtrace into the ESP exception decode. It will generate a list of calls with might be helpful for analysis. In addition to that I am not sure if the generated spiffs can work with the littleFS code. It may be imcompatible. You will find more information about spiffs and littleFS on youtube. If you cannot generate the littleFS you can try to replace the litteFS in the code with spiffs (not recommended and deprecated for future use). If you like please add the version of your arduino IDE, the used ESP32 board version (can be grabbed from build log when verbose output if active). |
Beta Was this translation helpful? Give feedback.
All reactions
-
I'm using your code 100% unmodified on an esp32 A1S audio kit v2.2 from AI So weird same code, same hardware as you... The only difference, I guess, is me being on a mac Pro I have no clue how to do or even what it is when you say:
Concerning the SPIFFS I'm just using what is offered to me from Arduino's menu: What do you recommend me to do or use for that SPIFFS don't, I don't even know how to format the partition... Arduino the does this for me? Here are the lines for the board used and FS and LittleFS
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi, I've added now legacy support for SPIFFS. Please try the latest code |
Beta Was this translation helpful? Give feedback.
All reactions
-
Do you have any updates using SPIFFS? |
Beta Was this translation helpful? Give feedback.
-
First Sorry for the long post.
Using an esp32 A1S w/8388 and GPIO 21 for midi in
Sketch compiles without errors
Data folder files ( i've added some drum samples) uploaded without errors
I can hear the metronome
see:
It reacts to midi input using gpio + DIY midi in with diode and h11l1 etc...
my problem is that as soon as I press any note on the controller.... it reboots the esp32 A1S w/8388
and does it every time i do a keypress...
etc.... in an eternal LOOP.
also, when the "PLAY" is engaged it does this
until I disengage the play button
Beta Was this translation helpful? Give feedback.
All reactions