Hi,
I’m using AK-CMSIS-DAP with firmware 1.1.
I’m running openocd 0.12
I use an oscilloscope to measure the frequency of pin TCLK/SWDCLK
I run this command:
openocd -f interface/cmsis-dap.cfg -c "adapter speed 2000" -c "transport select jtag"
The measured frequency of TCLK is 299KHz instead of 2000KHz
If I use other adapter speed values, I always measure lower frequency on the bus, here is the table of measurements:
| Openocd KHz | Bus KHz |
|-------------+---------|
| 100 | 28 |
| 500 | 118 |
| 1000 | 198 |
| 2000 | 299 |
| 3000 | 251 |
| 4000 | 266 |
Are you aware of this problem?
How do we use higher frequencies?
Thanks