Haneef Mohammed
Haneef Mohammed
Can you share this SVD file? In recent versions of SVD Specs, there is a description on register/field to say what happens when a read is performed... https://www.keil.com/pack/doc/CMSIS/SVD/html/elem_registers.html#elem_cluster This (like...
Note that this should actually be considered a bug in the device. ARM provides a facility to know if the read/write request is coming from the debug port or from...
Yes, I am familiar with that document. The thing is there is no gdb interface and every gdb-server does it differently and there are no APIs for a query. In...
I use it all the time from more than a year ago. Here is what is in the change log . I always use `gdbTarget` to specify host:port * Added...
Yes, it is on my list. I think most of them are now fixed but some I had to carry manually, fixes from this repo to the other one and...
So, now, we are left two issues and they are dups. I cannot move these issues because I am not the owner of both repos. EDIT: I closed on of...
It will be fixed in the next patch release. While you got an error in the editor, the `targetId` still should have worked when starting an attach type session
What you are doing is multi-chip debug. Not multi-core. Chained configurations are really needed for multi-core. If you have totally two separate chips, 1. Make sure the two launch configs...
Notice that when you were doing it as a chained configuration, the last this we saw was asking gdb what version it was. It never returned. This usually happens with...
One issue you may run into with compounds is a collision of TCP ports unless you can delay the start of the second session.