Recent Activities

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

  • SEGGER - SebastianB -

    Replied to the thread the gnu linker bug for new version of segger.

    Post
    Hello, Thank you for your inquiry. Most likely the library I/O type is not correctly set in the project. Please take a look here for more information: https://wiki.segger.com/Embedded_Studio_Library_IO Best regards, SebastianB
  • SEGGER - SebastianB -

    Replied to the thread is SES old version still avaialble?.

    Post
    Hello, Thank you for your inquiry. All older versions up until V4.10 may be found on our website: segger.com/downloads/embedded-studio/ Best regards, SebastianB
  • SEGGER - SebastianB -

    Replied to the thread Creating relocatable image file.

    Post
    Hello, Thank you for your inquiry. I am not completely sure whether I understand you correctly. Could you please elaborate what you are trying to do? Are the applications in B and C simply mirrored or do they differ in some way? Should both…
  • Chinnathun -

    Posted the thread Multiple programming IC RSL-10 from On semi.

    Thread
    Hello, I can now burn firmware on individual IC RSL-10 from On semi by using J-LINK BASE, and I intend to expand my programming station to five targets. on program on this proposal, I am in need of a flasher/programmer. Would you kindly advise which…
  • Eqqman -

    Posted the thread Creating relocatable image file.

    Thread
    Hello- We have a project using a bootloader on the STM32F411. Splitting the flash memory section into sections 'A' and 'B' and keeping the bootloader and application as separate projects (yes, there are ways to combine it, but we're not doing that for…
  • eagleunlock98 -

    Now follows SEGGER - Niklas.

    Follow
  • lhz412 -

    Posted the thread is SES old version still avaialble?.

    Thread
    Hello there, My old project need maintains and it doesn't compatible with the newer SES version. Is there a place I still can download the older version? Thank you very much,
  • Hello, You can change the reset strategy used by the J-Link in the J-Link Commander with SetResetType. In your case, to switch to a software reset, it should be: exec SetResetType = 6 For more information, please refer to: SetResetType J-Link Reset
  • balance3164 -

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

    Post
    Hello, That's what I did, but as I said it says this when I run the .jlink file: J-Link>SuppressGUI Unknown command. '?' for help.
  • SEGGER - Simon -

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

    Post
    Hello, Try exec SuppressGUI in your .jlink file. Best regards, Simon
  • SEGGER - Thomas -

    Replied to the thread ETM trace maximum data rate on STM32U575.

    Post
    Hello Gustavo, Could you provide the J-Trace S/N for reference? We can confirm that the J-Trace hardware supports 80Mhz - the trace reference board you receive with the probe btw. runs with 84MHz trace clock. So it should possible to run the CPU with…
  • nj_tensio -

    Posted the thread J-Link BASE - Target consumption.

    Thread
    Hi, J-Link BASE user here (HW Version 12, J-lInk software version 7.96b). We are looking after the target consumption feature of the J-Link to screen any board/assembly-level defect at device production. For this we use the hwinfo or showhwstatus
  • _frank_ -

    Replied to the thread Debugging with OpenOCD and GDB Server.

    Post
    > 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. I suspect an issue with the OpenOCD configuration or startup script. To be honest, I have very little experience with OCD…
  • gustavolaureano -

    Posted the thread ETM trace maximum data rate on STM32U575.

    Thread
    Hello everyone, We are having trouble getting tracing to work with our target at full clock speed and would like to understand why, we have an application running on STM32U575 @ 160MHz CPU clock, we also connected the J-Tracer to it using a connector…
  • 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…