Max[m]: ``` ➜ stm32h7-soundbox git:(main) cat .cargo/config.toml [build] target = "thumbv7em-none-eabihf" [target.thumbv7em-none-eabihf] runner = 'probe-rs run --chip STM32H747XI' rustflags = ["-C", "link-arg=-Tlink.x"] [env] DEFMT_LOG = "trace"% ➜ stm32h7-soundbox git:(main) cargo build Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.00s ➜ stm32h7-soundbox git:(main) cargo run Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.00s Running `probe-rs run --chip STM32H747XI target/thumbv7em-none-eabihf/debug/stm32h7-soundbox` Error: Connecting to the chip was unsuccessful. Caused by: 0: An ARM specific error occurred. 1: The AP has the wrong type for the operation. ➜ stm32h7-soundbox git:(main) probe-rs -V probe-rs 0.25.0 ```