Hi to all, I'm working on a C# project in which I've to read variables coming from two board which are connected through Jlink ( 2 different Jlink ). Reading the documentation I didn't find any mention regarding multiple Jlink for the same process, is it something possibile or not? The major problem seems related to the Jlink dll which are associated to a specific connection and cannot be shared between 2+ Jlink in the same process. In order to "avoid" this seems necessary create a different pro…