micropython / micropython-esp32

Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MIT License
673 stars 216 forks source link

machine.reset() = Guru Meditation Error #206

Closed diginfo closed 5 years ago

diginfo commented 6 years ago

Latest build, I am unable to capture the start of this crash as the first line below is repeated hundreds of time and is lost out of the screen buffer.

Guru Meditation Error of type IllegalInstruction occurred on core  0. Exception was unhandled.
Guru Meditation Error of type IllegalInstruction occurred on core  0. Exception was unhandled.
Guru Meditation E�ets Jun  8 2016 00:22:57

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
robert-hh commented 6 years ago

if you are on Linux, you can 'tee' the output of the terminal emulator in a file, like: picocom -b 115200 /dev/ttyUSB0 | tee logfile Putty also has a log feature.

MrSurly commented 6 years ago

Issue is discussed in https://github.com/micropython/micropython-esp32/issues/110 and a little bit in https://github.com/micropython/micropython-esp32/issues/204