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

Latest commit

 

History

History
33 lines (28 loc) · 654 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 654 Bytes

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.