Re: [OpenOCD-devel] How do I simply "ping" a chip with OpenOCD?

2019-07-11 Thread kristof . mulier
Dear OpenOCD developer, My question about how to "ping" a chip with OpenOCD (related to autoprobing) got an outstanding answer on StackOverflow from @ [ https://stackoverflow.com/users/6552613/nattgris | nattgris ] : https://stackoverflow.com/questions/56951820/how-to-ping-a-chip-detect-if-a-

Re: [OpenOCD-devel] How do I simply "ping" a chip with OpenOCD?

2019-07-09 Thread kristof . mulier
Dear OpenOCD developer, I've posted the question about "pinging" a chip on StackOverflow. I've done my best to describe it as detailed as possible. Please have a look: https://stackoverflow.com/questions/56951820/how-to-ping-a-chip-detect-if-a-chip-is-connected-with-openocd Thank you so muc

Re: [OpenOCD-devel] How do I simply "ping" a chip with OpenOCD?

2019-07-08 Thread kristof . mulier
Hi @Tommy Murphy, Thank you for referencing me to Section 10.7 in the OpenOCD manual. I've observed the given example: openocd.cfg file: source [ find interface/olimex-arm-usb-tiny-h.cfg ] reset_config trst_and_srst jtag_rclk 8 Because my chip connects through the STLink probe and uses SW

Re: [OpenOCD-devel] How do I simply "ping" a chip with OpenOCD?

2019-07-08 Thread Tommy Murphy
Maybe look at section 10.7 Autoprobing of the openocd user's guide? ___ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel

[OpenOCD-devel] How do I simply "ping" a chip with OpenOCD?

2019-07-08 Thread kristof . mulier
Dear OpenOCD developer, I would like to do something uncommon with OpenOCD. Instead of connecting to the chip, I'd like to merely detect the chip. The procedure I have in mind would look like this: 1. Start OpenOCD with the probe config file (eg. stlink.cfg ) given as -f parameter. So OpenOC