Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 665 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 665 Bytes

tricore-gdb-das

Provide a GDB experience for AURIX controllers using a miniwiggler debugger.

This repository uses the MCD interfaces on rust (rust-mcd) from the veecle-tricore-probe and the interface files to access them.

Feature

  • Flashing
  • SW breakpoints
  • Single Step
  • Continue
  • multicore support

Pending Features

  • backtrace depth > 2
  • upload
  • reset run

Pre-requisistes

Getting started

cargo run -- --tcp_ip <ip>

Launch gdb from either vscode or gdb cmdline. A reference launch config is available here