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.
- Flashing hex/elf
- SW breakpoints
- Single Step
- Continue
- multicore support
- upload
- reset run
cargo run -- --tcp_ip <ip>
Launch gdb from either vscode or gdb cmdline. A reference launch config is available here
Refer https://github.com/AkhilTThomas/tc397_tft for sample usage