Replies: 1 comment 6 replies
-
Hi, looks like there is not enough memory for one of the modules Did you modify one of the following defines? They influence the required memory. If you setup to high values the looper is not able to run |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Marcel
Sorry my ignorance in programming
I have successfully compiled by modifying
define ES8388_CFG_I2C from1 to 2
but now rebooting continuously showing this:
Loading data
Firmware started successfully
Connect to ES8388 codec... 0x00: 0x05
0x01: 0x40
AdcCh1!
MixChAMPL!
ES8388 setup finished!
Reg 0x00 = 0x05
Reg 0x01 = 0x40
...
Setup Serial2 with 31250 baud with rx: 21 only
Setup MidiPort2 using Serial2
Total PSRAM: 4192091
Free PSRAM: 4015179
done!..
done!..
done!..
not enough memory!
ESP.getFreeHeap() 224596
ESP.getMinFreeHeap() 224416
ESP.getHeapSize() 255352
ESP.getMaxAllocHeap() 110580
Total heap: 255352
Free heap: 224596
Total PSRAM: 4192055
Free PSRAM: 935667
Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x400d35a3 PS : 0x00060f30 A0 : 0x800d3811 A1 : 0x3ffcb8f0
A2 : 0x3ffc394c A3 : 0x3ffc388c A4 : 0x3ffc3688 A5 : 0x3ffc3ab4
A6 : 0x3ffc3aa4 A7 : 0x3ffc3ad8 A8 : 0x00000000 A9 : 0x0000000c
A10 : 0x3ffc3694 A11 : 0x00000003 A12 : 0x00000000 A13 : 0x00000000
A14 : 0x00000004 A15 : 0x000000ff SAR : 0x0000001d EXCCAUSE: 0x0000001d
EXCVADDR: 0x00000000 LBEG : 0x400d358c LEND : 0x400d3650 LCOUNT : 0x00000000
Backtrace:0x400d35a0:0x3ffcb8f00x400d380e:0x3ffcb920 0x400d385f:0x3ffcb960 0x400d6c1d:0x3ffcb980
ELF file SHA256: 0000000000000000
Rebooting...
ets Jun 8 2016 00:22:57
i'm doing wrong
Thanx in advance
Pedro
Beta Was this translation helpful? Give feedback.
All reactions