Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.
/ majorTim Public archive

The 'Tim' implementation of majorTom.

License

Notifications You must be signed in to change notification settings

UBC-Rocket/majorTim

Repository files navigation

majorTim

The 'Tim' implementation of majorTom.

Helpful tools

Build and flash:

Linux:

./dmake.sh sharetest && cp builds/sharetest.bin /run/media/${USER}/NODE_F446RE/

Mac:

./dmake.sh sharetest && cp builds/sharetest.bin /Volumes/NODE_F446RE

Remote debugging

From terminal 1

st-util

From terminal 2

cd sharetest/BUILD-SHARETEST && arm-none-eabi-gdb -ex "target extended-remote localhost:4242" mbed.elf && cd -

Serial output

Mac:

picocom --imap lfcrlf /dev/tty.usbmodem1413

Note that the usbmodem#### may be different on different machines. Use 'ctrl-a ctrl-x' to terminate.