Search Results
Search results 1-20 of 25.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
I changed to Win11 and now the Jtrace pro is not accessible over TCP. I use JLink 7.2 The error from JLink is: LOG: J-Link RTT Viewer V7.62c: Logging started. LOG: Terminal 0 added. LOG: Connecting to J-Link via TCP/IP... ERROR: Can not connect to J-Link via TCP/IP (192.168.178.29, port 19020) Cannot connect to J-Link. ERROR: Could not connect to J-Link.
-
Yes, it works. See the atteched output. The probe is not shown in Microchip Studio 7.0.2542 The subject of this thread is a little bit missleading. I want access the probe from Microchip Studio under Win11. Regarding your second test. I dont know how it is possible to attach the probe with Jlink Commander via TCP.
-
SEGGER J-Link Commander V7.62c (Compiled Mar 23 2022 16:45:48) DLL version V7.62c, compiled Mar 23 2022 16:44:32 Connecting to J-Link via USB...O.K. Firmware: J-Link EDU Mini V1 compiled Mar 3 2022 10:17:12 Hardware version: V1.00 S/N: 801011341 License(s): FlashBP, GDB USB speed mode: Full speed (12 MBit/s) VTref=3.299V Type "connect" to establish a target connection, '?' for help J-Link>connect Please specify device / core. <Default>: ATSAMD51G19A Type '?' for selection dialog Device> Please s…
-
I upgraded my system and now I cant access to the device. The device isn't connected with the tracer. Connect with jlink and JTAG is possible. In microchip I want reach the probe with TCP and therefore I added it under "Add Target". The device status is "connected". If I want to connect, the message is: Unable to connect to tool J-Link over IP (752000846) @EDIT In microchip under "Device Programming" is a JLink Button and this button appears after selcting Jlink probe but the button is disabled.
-
Hi Fabian, thanks. If you define a channel some attributes are set also like the buffer and blocking or unblocking mode and later on we can use this buffer with the defined channel with its attributes. I want to define a channel in unblocking mode and the other channel in blocking mode. Then I want to print the first channel on Terminal 1 and the other on Terminal 2. Thats all.
-
>> suppose you want to show RTT data on different Terminals correct? No, If you look on the pasted code above, you see that I make the Terminal handling already. I want on the second terminal a second Channel (Buffer) but you said already that this is not possible with Termin Viewer. I want to print to different data streams to different terminal windows. The problem is that the refresh rate of the second channel is very fast. What can I do to solve this? And what is the reason to define this di…
-
Hi, I tried to add a seperate Channel to RTT. Source Code (7 lines) If I try to write there is no output. The Channel is definied correctly: <Image can not be added>, I see the up channel defined in the Channel Info dialog. The Output function is as follows: Source Code (15 lines) I have RTT-Viwer V7.52 and J-Trace V2.00
-
The reference you given to me reference the example: wiki.segger.com/Tracing_on_Atmel_ATSAME54 This example shows ETB tracing. Nice but not that what I want. Read above I want ETM tracing with SAMD51 Cortex-M4. chip: atsamd51n20 I download this project too and in this project the jdebug calls the function BeforeTargetConnect and here it s also a pex file. void BeforeTargetConnect (void) { Project.SetJLinkScript("./ATMEL_ATSAME54_TraceETB.pex"); } I think I know what I must do in the function Bef…
-
The same7 is a reference example which can be used as a reference board board for tracing an Atmel SAME7. We have attached the segger jtrace to the board and the example is running fine. Now we want change the example to our board which is an SAMD51. The problem is that the script file in which the function "OnTraceStart" is, is a compiled "pex" file. Look in the directory for the file "ATMEL_ATSAME70_TraceExample.pex" This is not helpful because the project is intended to show the use and handl…