From: Andrey G. <and...@e-...> - 2015-04-06 16:30:44
|
Dear openocd users and developers, I'd like to know details about how to add a new target for openocd. How difficult is to add some very basic support like run/halt target, then read/write embedded RAM memory? Are these jtag commands common or proprietary? For now I can snoop usb communication with custom gdb python script as in the attached file. For example, here the clk speed is set to 1MHz: write 04 : 86 1d 00 87 But is there any program/script to to decode other jtag messages? Thanks, Andrey |