pylink
pylink copied to clipboard
Initialize RTT with address of RTT control block
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.
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.