Skip to content
New issue

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

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

Already on GitHub? # to your account

Support for probe interface level translation #1069

Open
mjakovlevs opened this issue Mar 22, 2024 · 1 comment
Open

Support for probe interface level translation #1069

mjakovlevs opened this issue Mar 22, 2024 · 1 comment

Comments

@mjakovlevs
Copy link

Could you tell me if there is currently any support for probe interface voltage level translation, for example a possibility for outputting direction control signals for each bidirectional SWD line on the probe MCU GPIO? I am assuming level translation implementation using dedicated ICs with enable and direction control inputs for each data line.
Any suggestions would be very appreciated.

Thank you,
Mihails

@BobbyCounts
Copy link

BobbyCounts commented Mar 27, 2024

Yes, this should be possible. Look at the lpc55xx implementation as an example as the MCU-Link uses bidirectional level translators in the way you describe.

https://github.com/ARMmbed/DAPLink/blob/dbb10a262c2cbcc0db879f0af12219445067ed79/source/hic_hal/nxp/lpc55xx/DAP_config.h#L326C1-L344C2

Implementing these functions can allow you to send the appropriate signals to the level shifter direction pins.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants