You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
Describe the bug This cheap Cmsis Dap/Daplink from china results in Error: probe not found
To Reproduce
Steps to reproduce the behavior:
Run Probe run --chip <some chip> <some-path-to-an-elf>
Expected and observed behavior
The probe should flash the elf
config.toml
not relevant
Probe details
You can get this information from probe-rs-cli. Your microcontroller must be connected to your PC / laptop when you run the command below.
Cause
dependency probe-rs recognizes Cmsis Dap devices by looking for the string "CMSIS-DAP". Since this device is called "CMSIS_DAP" with an underscore that check fails.
Fix
Wait till upstream merges this PR that fixes the cause, then update to latest probe-rs.
The text was updated successfully, but these errors were encountered:
Describe the bug
This cheap
Cmsis Dap/Daplink
from china results inError: probe not found
To Reproduce
Steps to reproduce the behavior:
Run
Probe run --chip <some chip> <some-path-to-an-elf>
Expected and observed behavior
The probe should flash the elf
config.toml
not relevant
Probe details
You can get this information from
probe-rs-cli
. Your microcontroller must be connected to your PC / laptop when you run the command below.Example:
Operating System:
Linux
Cause
dependency probe-rs recognizes Cmsis Dap devices by looking for the string "CMSIS-DAP". Since this device is called "CMSIS_DAP" with an underscore that check fails.
Fix
Wait till upstream merges this PR that fixes the cause, then update to latest probe-rs.
The text was updated successfully, but these errors were encountered: