Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize RTT with address of RTT control block #51

Open
Lucan11 opened this issue Feb 22, 2019 · 1 comment
Open

Initialize RTT with address of RTT control block #51

Lucan11 opened this issue Feb 22, 2019 · 1 comment

Comments

@Lucan11
Copy link

Lucan11 commented Feb 22, 2019

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

@hkpeprah
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants