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.

  • SOLVED: Problem was a defect data cable to the mcu.

  • 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.

  • I have installed the latest "Atmel Studio 7.0" and with this it is also not possible to access the probe. Atmel Studio is listed as "supported ides".

  • 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 have attached additionally an old USB JLink EDU probe to the system. The probe is not shown in Microchip Studio 7.0.2542 under "Device Programming". This worked in the past without problem on Windows 10.

  • I have the same problem but it worked with Windows 10 and now not with Windows 11

  • 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.

  • I dont know why you mention Editor. A viewer is something in which you search or look for something. if the text is large it is difficult to find the occurence of something.

  • We work very intensive with RTT Viewer. We need the possibility to search text directly in the viewer. Pure text search is better than nothing and better than copy/paste to another editor. Please add this feature to the upcoming releases. Thanks Manfred

  • 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

  • Please hold in mind that Windows has now also a dark mode and applications should support them. I hope you can bring this feature out very soon.

  • I read elsewhere that Ozone under Windows has now "Dark Theme" support. On Mac it is mentioned that it could be find under Menu/Option. Where could we find it under Windows?

  • With which Segger probes does ETB working?

  • Tnx, but it doesn't work and it seems it is our special Main clk configuration. The trace probe brings the message Trace clock not provided. I will create a ticket.

  • 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…

  • Can be closed because it is redundant to an other thread.