Recent Activities

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

  • k3vlar -

    Replied to the thread Debugging with OpenOCD and GDB Server.

    Post
    Thanks for your response. Yeah, I appreciate the bin/elf bit doesn't make much sense. However, if I try to download an ELF file to the target device using OpenOCD, it doesn't work and the target won't start. Downloading the bin version does. I've also…
  • williamc -

    Posted the thread Disable-Force Bank2 Boot.

    Thread
    Hello, we have a JFlash Project for programming a STM32F437VH device. This has worked fine for a long time erasing flash and then programming and then booting from Bank0 (which as I understand is the only bank that could support booting - I don't think…
  • Pawankumarl -

    Posted the thread Problem while erasing the STM32 chip using Segger J-Link Pro.

    Thread
    Hi, I am using STM32f722RE based custom board, while performing the flash erase, getting the following error log in J-Flash V7.52b (*i have also tried latest version of J-Flash but saw same error log). Erasing chip ... - Connecting ... - Connected
  • dbwalker1min -

    Posted the thread Post-mortem for SystemView.

    Thread
    I've been reading the docs on SystemView. According to the documentation, to use SystemView in the post-mortem mode, you need to connect to the target without resetting, etc.Is this true? I was hoping that I could use SystemView for debug, then, if a…
  • andrewsglenn -

    Replied to the thread JLinkGDBServerCL connects, Ozone does not.

    Post
    Quote from SEGGER - Simon: “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 ” That was the problem. I'm an…
  • balance3164 -

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

    Post
    I added into .jlink file, but when I run the file with JLink.exe" -NoGui 1 -CommandFile test.jlink it says: J-Link>device NRF52805_XXAA J-Link>SuppressGUI Unknown command. '?' for help. also this fails too: JLink.exe SuppressGUI -NoGui 1 -CommandFile…
  • 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…