Skip to content

Instantly share code, notes, and snippets.

@postspectacular
Last active October 29, 2015 12:23
Show Gist options
  • Save postspectacular/5ffb3abe9750b5d98986 to your computer and use it in GitHub Desktop.
Save postspectacular/5ffb3abe9750b5d98986 to your computer and use it in GitHub Desktop.
Running Mecrips-Stellaris examples on stm32f429i-disco board

Download: http://sourceforge.net/projects/mecrisp/files/

cd mecrisp-stellaris-2.1.6/stm32f429
st-flash erase
st-flash write mecrisp-stellaris-stm32f429.bin 0x08000000

picocom -b 115200 /dev/tty.SLAB_USBtoUART --imap lfcrlf,crcrlf --omap delbs,crlf --send-cmd "ascii-xfr -s -l 200 -n"

If you get "Unhandled interrupt" messages, reset board couple of times... eventually should show Forth welcome message.

Then to upload an example in picocom: C-a C-s (trigger file upload), type in filename (e.g. leds.txt)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment