pylink icon indicating copy to clipboard operation
pylink copied to clipboard

Initialize RTT with address of RTT control block

Open Lucan11 opened this issue 6 years ago • 1 comments

I want to use the library to log and plot some data. When using the RTT viewer, I have to specify the exact address of the RTT control block (address is found in the .map file).

This is fine for me, but this option is not available in this library. Is there a possible solution for this?

This is what my settings look like in the RTT Viewer, I would like to reproduce these as accurately as possible with pylink. device

Lucan11 avatar Feb 22 '19 10:02 Lucan11

We haven't exposed this in a good way it seems. .rtt_start() is what you want, but right now it doesn't pass in the address (so it defaults to auto-detection). The API should probably be changed there to accept an optional address.

hkpeprah avatar Feb 22 '19 17:02 hkpeprah