Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 532 Bytes

File metadata and controls

50 lines (37 loc) · 532 Bytes

MSeq Embedded

Targeted Microcontroller

  • STM32F411CE

Development Tools

  • probe-rs
  • Arm GNU Toolchain (arm-none-eabi) (gdb)
  • rustup target add thumbv7em-none-eabihf
  • cargo install flip-link

Usage

MIDI UART:

  • RX: B3
  • TX: A15

Switch Slave/Master:

  • A1 (high: master)

Display:

  • SCL: B6
  • SDA: B7

Bootloader UART:

  • RX: A10
  • TX: A9

Flash only

make flash

Flash and use RTT

make rtt

Debug

Open GDB server:

make gdb_server

Open GDB client:

make gdb