Recent Activities

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • SEGGER - Nino -

    Replied to the thread live tracing - timeline.

    Post
    Hello, here you can find an overview of the different trace types and what they can do: wiki.segger.com/General_information_about_tracing The exception tracing you are referencing is most likely ITM trace. Currently ITM tracing is only partially…
  • More information about the issue: When using the memory viewer of embedded studio to modify some bytes of the memory, only modified characters are updated into the cache used for flashing. That is visible in the jlink control panel and llink log…
  • gabriel-fz -

    Posted the thread How to pipe the output of a specific RTT channel?.

    Thread
    I want to use my RTT output stream with another command line program for plotting purposes. It looks like it's possible with JLinkRTTClient.exe $ .\JLinkRTTClient.exe > C:\Users\gabriel\temp\test.txt That said, I'd like to be able to select the…
  • gabriel-fz -

    Replied to the thread How to use the JLinkRemoteServer CL version.

    Post
    Hi Simon, Thanks for checking the log. Can you elaborate on the permission/firewall issues? Don't you think it would be surprising that RemoteServerCL would be blocked, but RemoteServer would work fine? Regards, Gabriel
  • fraengers -

    Replied to the thread live tracing - timeline.

    Post
    I was not asking about the visuals in Ozone. But since you mentioned it, I don't think the round corners are a good idea and make it more difficult to read. I was wondering if only interrupt entries and exits can be viewed. To reduce data so a longer…
  • SEGGER - AlexD -

    Replied to the thread live tracing - timeline.

    Post
    Hi Fraengers, in the code pane of the timeline window ISRs are displayed in special way, so they can be identified quite easily (different color, rounded corner). In a long trace, however, the view is likely to be too compressed for directly seeing all…
  • bht890811 -

    Replied to the thread Where can I find the earliest support OS version?.

    Post
    Quote from SEGGER - Simon: “Hello, Supported operating systems for J-Link are: - Microsoft Windows 10 - Microsoft Windows 11 - Linux (Tested distributions) - macOS 10.5 and higher While I'm quite confident that it will run on Windows 7, please note that…
  • Squintz -

    Posted the thread Guidance on instrumenting FreeRTOS v10.3.1.

    Thread
    I'm using systemview 3.54 with FreeRTOS v10.3.1 I have applied the patch manually using all the patch files for FreeRTOS as guidance and have tripple checked the patch. I'm getting data into systemview but I must be missing something because it seems…
  • SEGGER - Simon -

    Replied to the thread How to use the JLinkRemoteServer CL version.

    Post
    Hello, The logs appear to be fine. It's possible that the port (19021) is being blocked by your firewall, or that the RemoteServerCL application does not have the necessary permissions to access your local network. Best regards, Simon
  • SEGGER - Simon -

    Replied to the thread Where can I find the earliest support OS version?.

    Post
    Hello, Supported operating systems for J-Link are: - Microsoft Windows 10 - Microsoft Windows 11 - Linux (Tested distributions) - macOS 10.5 and higher While I'm quite confident that it will run on Windows 7, please note that it is not officially tested…
  • When Jlink performs flash updates, it looks that its cache is not up-to-date if the memory content has been modified by code execution. It results in having wrong memory content at the end. My use is case is the following : My application is…
  • fraengers -

    Replied to the thread live tracing - timeline.

    Post
    I there any way I can use Ozone or a J-Link/Trace to visualize interrupt entrys and exits (I don't have a RTOS)? Live or afterwards (if I can record for a few minutes). Or is there anything at all, that a J-Trace can do, to get me more live…
  • SEGGER - AlexD -

    Replied to the thread live tracing - timeline.

    Post
    Hi Fraengers, currently this is not possible. Increasing the the size of the trace buffer in PC memory and thus increasing the amount of trace information available in Ozone is already on our to-do list. The code pane in timeline window will still only…
  • bht890811 -

    Posted the thread Where can I find the earliest support OS version?.

    Thread
    Hello, everyone~ I just want to know where can I find the minimum system requiement of J-Link EDU Mini include the earliest support OS information. Such as: Windows 7 and newer macOS 11.0 and newer Is there an official web?
  • sarthak -

    Posted the thread Unable to run emWin sample projects in Visual Studio 2022.

    Thread
    Hi, I have just started working with the emWinsimulator. I am trying to run the example projects, but I am unable to followthe steps in the emwin documentation. I am running Visual Studio 2022. Here aremy issues: 1. Unable to find "Settings" menu…
  • eggplant886 -

    Posted the thread GDB client issue in SES.

    Thread
    Hello 1. When using SES with GDB server for debugging, SES would send packages like '$vCont;s:0#22' '$vCont;c:0#12'. It uses thread id 0 here which means 'an arbitrary thread' according to GDB protocol. Some GDB server does not accept such an ambiguous…
  • deqing -

    Posted the thread Security JTAG not worked with Jlink-Plus and i.mxrt1050.

    Thread
    Hi, I use Jlink-plus to connect to the Security-jtag enabled device (i.mx rt1050), however, it failed. Attached is the script and running result. Can you help to give how to solve it? Thanks
  • I close this thread as I found a solution for the issue. I am using the Cortex-M plugin in a docker container to connect to the GDB server running natively on my host. In order to "keep" the settings in the device I added the following to the launch.json…