We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New YAPicoprobe ( Pico) out of the box, fresh connectors and the latest release bin ( yapicoprobe-0120-pico-f726bca.uf2 )
When launching OpenOCD openocd -f interface/cmsis-dap.cfg -f target/stm32f0x.cfg
openocd -f interface/cmsis-dap.cfg -f target/stm32f0x.cfg
it errors out with
Info : SWCLK/TCK = 0 SWDIO/TMS = 0 TDI = 0 TDO = 0 nTRST = 0 nRESET = 1 Info : CMSIS-DAP: Interface ready Info : clock speed 1000 kHz Error: Error connecting DP: cannot read IDR
enabling more debug print shows complete mayhem
Debug: 617 742 cmsis_dap.c:1100 cmsis_dap_swd_switch_seq(): JTAG-to-SWD Debug: 618 742 cmsis_dap.c:872 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK Debug: 619 744 cmsis_dap.c:1105 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT Debug: 620 744 cmsis_dap.c:1120 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD Debug: 621 745 cmsis_dap.c:872 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK Error: 622 746 adi_v5_swd.c:366 swd_connect_single(): Error connecting DP: cannot read IDR Debug: 623 746 command.c:544 run_command(): Command 'dap init' failed with error code -4 User : 624 746 command.c:608 command_run_line(): Debug: 625 746 command.c:544 run_command(): Command 'init' failed with error code -4 User : 626 746 command.c:608 command_run_line(): Debug: 627 746 target.c:2199 target_free_all_working_areas_restore(): freeing all working areas Debug: 628 747 cmsis_dap.c:1110 cmsis_dap_swd_switch_seq(): SWD-to-JTAG
$ openocd -v Open On-Chip Debugger 0.12.0
Status LED keeps blinking. Power levels are correct and there are no shorts in SWDIO/CLK - continuity also verified proper.
Is there something that needs attention on non-rp2040 debug targets? This seems like PEBKAC/misconfiguration
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Unfortunately I have no STM32 available, nevertheless some questions:
Sorry, something went wrong.
No branches or pull requests
New YAPicoprobe ( Pico) out of the box, fresh connectors and the latest release bin ( yapicoprobe-0120-pico-f726bca.uf2 )
When launching OpenOCD
openocd -f interface/cmsis-dap.cfg -f target/stm32f0x.cfg
it errors out with
enabling more debug print shows complete mayhem
Status LED keeps blinking. Power levels are correct and there are no shorts in SWDIO/CLK - continuity also verified proper.
Is there something that needs attention on non-rp2040 debug targets? This seems like PEBKAC/misconfiguration
Thanks in advance!
The text was updated successfully, but these errors were encountered: