raf-iggy / hot-water-circ

project to use adafruit feathers to control pump to circulate water while learning CircuitPython
The Unlicense
0 stars 0 forks source link

Crash into the HardFault_Handler. -Time got lost #1

Closed raf-iggy closed 4 years ago

raf-iggy commented 4 years ago

First time at this but.... got got a few grey hairs.. I was exploring how to set localtime on the Feather M0 Express when everything crashed.

"You are running in safe mode which means something unanticipated happened. Looks like our core CircuitPython code crashed hard. Whoops! Please file an issue at https://github.com/adafruit/circuitpython/issues with the contents of your CIRCUITPY drive and this message: - in subject line

raf-iggy commented 4 years ago

Today runing the same code that crashed, I got the following error. main.py output: Traceback (most recent call last): File "main.py", line 8, in File "adafruit_pcf8523.py", line 66, in MemoryError: memory allocation failed, allocating 382 bytes

Investigating further.