nimblemachines / muforth

A simple, indirect-threaded Forth, written in C; for target compiling; runs on Linux, BSD, OSX, and Cygwin
https://muforth.dev/
Other
131 stars 30 forks source link

Raspberry Pi Pico seg faults and dumps core #28

Open anarchitech opened 3 years ago

anarchitech commented 3 years ago

... if attempt is made to dump flash from >= 1000_0000. This is because flash interface is not set up yet. Once the flash interface is set up we can close this issue.

image