I repeated the tests with Synthwave: Storage + No pretokenize = OK Storage + Pretokenize = Crash and reboot. Trying to run code directly in storage? RAM + Pretokenize = No crash but no rendering RAM + No pretokenize = No crash but no rendering Flash + No pretokenize = OK
I'll do some more testing later to figure out why it doesn't render anything when running from RAM.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Confirmed, uploading to RAM in the IDE now works.
I repeated the tests with Synthwave:
Storage + No pretokenize
= OKStorage + Pretokenize
= Crash and reboot. Trying to run code directly in storage?RAM + Pretokenize
= No crash but no renderingRAM + No pretokenize
= No crash but no renderingFlash + No pretokenize
= OKI'll do some more testing later to figure out why it doesn't render anything when running from RAM.