Tomek CEDRO wrote: > >> Does Versaloon fully support ARM target, memory access and debug > >> already? > > > > I haven't tried it yet, but I believe so. Simon has patches. I think > > this may be the most up to date source: > > > > http://www.versaloon.com/bbs/viewtopic.php?f=2&t=2808 > > Hmm, looks interesting, mem_ap_read_buf_u32() in the openocd HEAD tree > use hardcoded jtag for access. I need to take look at the patches :-)
http://www.versaloon.com/bbs/download/file.php?id=118 (openocd_0.5.0_patch.zip) is the one to look inside, for openocd.patch. It abstracts this hardcode to instead call dap_queue_dp_scan(). On the other hand there is a not very pretty swd_mode global variable introduced. Hopefully that's easy to solve somehow though. //Peter _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
