How do I increase pyOCD flashing speed to rp2040 with custom probe?
Summary The issue at hand is the slow flashing speed of pyOCD when used with a custom CMSIS-DAP probe to flash firmware to an rp2040 board. The current speed is approximately 20kB/s, which is significantly lower than the 80kB/s achieved with openOCD. The goal is to increase the flashing speed to a more acceptable level. … Read more