-
Notifications
You must be signed in to change notification settings - Fork 17
Getting started
rustup.rs - The Rust toolchain installer
cargo install flip-link
cargo install probe-rs-tools --git https://github.com/probe-rs/probe-rs --locked --force
Rust Learning References · pop-project/embassy-imxrt Wiki (github.com)
VS Code Debugger with RT685EVK · pop-project/embassy-imxrt Wiki (github.com)
Programming RT685EVK · pop-project/embassy-imxrt Wiki (github.com)
SEGGER - The Embedded Experts - Downloads - J-Link / J-Trace
Connect probe to host pc
Run c:\program files\segger\jlink[version]\jlinkconfig.exe
Change driver mode of probe to Winusb
Install Zadig - USB driver installation made easy (akeo.ie)
Change Jlink driver from Jlink to winusb
Close any active debug session
Run:
c:\program files\segger\jlink[version]\Jlink.exe -device MIMXRT685S_M33 -if SWD -Speed 4000
connect
Q or ctrl+c to close jlink.exe
Then try debugging again