Open explody opened 10 months ago
The SAMD21 on the Metro M0 only has 32kB of RAM. This library is probably too big. You could try trimming down the source code to remove things you don't need. Are you loading the .py or the .mpy version? The .mpy version will not require on-board compilation, and that might help. But the SAMD21 boards have issues with larger pieces of code.
Using an Adafruit Metro Express M0, CircuitPython 8.2.8, and MPU boards from Amazon, with or without having an MPU board connected, I get an. immediate memory error upon loading the module:
The boards in question do work if I use C - is the M0 just not beefy enough, maybe?