On Tuesday 10 November 2015 21:19:46 Andreas Fritiofson wrote:
> > Maybe you could explain how you envision the user to interact with the dap
> > object and with 'mww' and 'mdw'.

> Memory access would work like this:
> 
>  soc.cortex_a mdb 0xdeadbeef <- using target_read_memory(), in turn
> using cortex_a_read_apb_ab_memory(), in turn using mem_ap_read() on ap 1
> 
>  soc.cortex_m mdb 0xdeadbeef <- using target_read_memory(), in turn using
> mem_ap_read() on ap 0
> 
>  $soc.ahb mdb 0xdeadbeef <- using mem_ap_read() on ap 0

How would gdb utilize the ahb-ap for uploading binaries? Or a tcl script?

BR,
Matthias

------------------------------------------------------------------------------
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to