Recent Activities

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

  • SEGGER - Simon -

    Replied to the thread JLinkGDBServerCL connects, Ozone does not.

    Post
    Hello, I noticed that you are using different interfaces with the GDB-Server: SWD, and with Ozone: JTAG. Could you please try selecting the SWD interface in Ozone? Best regards, Simon
  • SEGGER - Simon -

    Replied to the thread JLink suppress "device is secured" popup msg.

    Post
    Hello, You can prevent such popups with the command string SuppressGUI. For more details, please refer to the SuppressGUI Command String. Best regards, Simon
  • hpxzw520 -

    Replied to the thread Refresh flashing how to avoid ?.

    Post
    Hi, Thanks for the reply Which display driver, mean what ? I used RGB565, #define COLOR_CONVERSION GUICC_M565 #define DISPLAY_DRIVER &GUIDRV_Template_API
  • cosmin.radu -

    Posted the thread Get cpu cycles for a marker.

    Thread
    Hi, I'm trying to use SystemView to analyze the execution of some functions, and I've used markers before and after some function calls. I'm using SystemView 3.54 at the moment, and for those markers, I can only see that the functions ran for a specific…
  • SEGGER - Florian -

    Replied to the thread Refresh flashing how to avoid ?.

    Post
    Hi, What you are describing sounds like flickering, which is normal behavior when the display is updated frequently and there is no multi buffering or display cache enabled. Which display driver are you using? Some drivers support a caching mode that…
  • _frank_ -

    Replied to the thread Debugging with OpenOCD and GDB Server.

    Post
    > Is it possible to have a BIN file downloaded into flash as part of the debug process via gdb/OpenOCD, but then load the elf file subsequently via gdb? I think this doesn't make much sense, the *.bin and *.ELF file basically contain the same…
  • oousterm -

    Posted the thread Triggering a functional reset on a NXP S32K344 through JLink Commander.

    Thread
    I am trying to trigger a functional reset, rather than a destructive reset which is what the standard jlink commander reset function does, on a S32K344 NXP chip through a Jlink and Jlink Commander. Is this possible to do using only a jlink debugger…
  • jlvern -

    Posted the thread Formatting options have disappeared since 8.12... and GIT no longer works.

    Thread
    Hello, 1) Since version V8.12 of "Segger IDE", the majority of text formatting options have disappeared (Options->Text Editor->Formatting). There are only three left: - Formatting Options - Formatting Style - Use .clang-format File Up to version…
  • SEGGER - Leon -

    Replied to the thread [SOLVED] Flasher portable plus PIC18FxxK22.

    Post
    Hi, We noticed that you opened the same inquiry via our ticket system. We have already responded to you there and will close this thread. Could you please refrain from opening the same inquiry on multiple channels? Otherwise, there may be additional…
  • balance3164 -

    Posted the thread JLink suppress "device is secured" popup msg.

    Thread
    How do I suppress "device is secured" popup msg by forcing Yes from jlink script? (unattended) Without clicking remember. Isn't there a forced parameter to "Erase all" command? I tried: unlock NRF52805_XXAA but it says: Syntax: unlock…
  • hpxzw520 -

    Posted the thread Refresh flashing how to avoid ?.

    Thread
    * A1 * B1 * A2 * B2 * A3 * B3 * A4 * B4 * A5 * B5 Our machine GUI uses emwin, and the whole window background window is the parent window The coordinates are A(A1-A5) and B on the right It's all use Framewin. Between A1 and A6,…
  • I'm finally able to get Trace using just 2 data pins working reliably on a Silicon Labs EFR32ZG23 ARM CM33 processor. The reason I want to use only 2 bits is Silabs uses a 10-pin (MiniSimplicity) header for programming/debug and there are sufficient pins…
  • Wezyr -

    Posted the thread [SOLVED] Flasher portable plus PIC18FxxK22.

    Thread
    Hello, I`m trying to program a PIC18FxxK22 chip using Segger Portable Plus (it is on the supported list). Unfortunately, during the attempt an error #ERR255: Error While Flashing is returned. Vref voltage is detected, the load file works fine with…
  • k3vlar -

    Posted the thread Debugging with OpenOCD and GDB Server.

    Thread
    Is it possible to have a BIN file downloaded into flash as part of the debug process via gdb/OpenOCD, but then load the elf file subsequently via gdb? Also, where can I find what version of gdb is used when “GDB Server” is selected as the…
  • lhz412 -

    Posted the thread Segger RTT doesn't work when the touchgfx is initiated..

    Thread
    Hello, I am using the touchgfx designer generated project as template to develop my project. The DK I am using is the STM32U5G9J-DK1. I tried to bring up the Segger RTT viewer feature. The RTT works well before the ToughGFX initialization. If I…
  • andrew.parlane -

    Replied to the thread [SOLVED] JLink firmware and support/maintenance periods.

    Post
    Hi Simon, Thanks for the info, that's good to know. It looks like all our units are v4.x and that I/D cache fix seems to have only been applied to v5.x which explains our issue. Thanks again, Andrew
  • SEGGER - Til -

    Replied to the thread [SOLVED] Strange problem hard to debug.

    Post
    Hi Silvio, Glad to learn the observed issue was solved! The issue was not caused by embOS but caused by the application. An embOS application must not use embOS API or enable embOS interrupts in a zero latency interrupt routine. Best regards, Til
  • SEGGER - Simon -

    Replied to the thread J-LInk EraseChip function stopped working ('Failed to erase chip').

    Post
    Hello, Thank you for reaching out. Does the problem also occur with the latest version, V7.96k? If the problem still occurs, could you please create and send one J-Link log file of the failing scenario as well as one of the good case? How to enable:
  • SEGGER - Simon -

    Replied to the thread JLinkGDBServerCL outgoing TCP connection to 194.45.36.135:19400.

    Post
    Hello, On startup, the GDB Server connects with our update server to check for updates. Best regards, Simon
  • dsherman28 -

    Posted the thread Creating user flash algorithm options.

    Thread
    Hello, some time ago there was some information on the Segger wiki about the open flashloader if you wanted to create a flash algorithm to use with JFlash. Now I'm seeing it says "not recommended, but still supported", and now we should use Segger Flash…