Recent Activities

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

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

    Posted the thread J-Link OB Firmware for Micro:Bit v2.2x.

    Thread
    At my university we use the Micro:Bit v2 in various courses at various levels. Unfortunately the Micro:Bit Educational Foundation changed the interface chip in 2022, rendering the current J-Link OB v2 firmware for v2.00 unusable. This has also been…
  • Hello, When I use J-Link commander to write a binary to the flash using the J-Link OB on the evaluation board, the SoC will then not boot and following the execution in Ozone shows that it stays in the boot ROM for a while and then reset. I noticed…
  • Ok, I am not getting it: According to the log in localhost:19080/flash.htm the area with persistent data is not touched at all... Where the heck is the stored data?
  • StefanSchmidt -

    Replied to the thread RTT 50ms timeout is too short for linux container pass-through.

    Post
    It might not be the solution for your setup, but I am using JLink GDB Server and RTT Viewer on the host and connect to the GDB Server on the host from within the docker container. The marked line in the launch.json shows the connection to the GDB server…