Update 'Default/standard mode'

Triss 2021-09-25 12:01:28 +00:00
parent a3893d5a00
commit 529d30dab3
1 changed files with 4 additions and 2 deletions

@ -47,8 +47,10 @@ Pico](https://datasheets.raspberrypi.org/pico/getting-started-with-pico.pdf). It
In JTAG mode, TCK and TMS have the same pins as SWCLK and SWDIO, respectively, In JTAG mode, TCK and TMS have the same pins as SWCLK and SWDIO, respectively,
TDI and TDO are on the next two consecutive free pins. TDI and TDO are on the next two consecutive free pins.
In your OpenOCD flags, use `-f interface/cmsis-dap.cfg`. Default transport is **Note that, after having used JTAG mode, the device has to be power-cycled in order to use SWD mode again. This is a known bug.**
JTAG, if OpenOCD doesn't specify a default to the probe.
In your OpenOCD flags, use `-f interface/cmsis-dap.cfg`. ~~Default transport is
JTAG, if OpenOCD doesn't specify a default to the probe.~~ (OpenOCD usually defaults to SWD in most cases.)
### SPI ### SPI