Recent Activities

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

  • Lef -

    Replied to the thread How to remove Library Paths from project's .elf file.

    Post
    My colleagues need to pass the code to a fuzzing tool. That tool accepts only .bin files. So, as you said I converted the .elf to hex file and then to .bin file but the library paths can still be seen through the tool. So I was thinking maybe if I…
  • zxb -

    Posted the thread Markers are displayed wrong beyond 10000 passes.

    Thread
    Hello, I found that when markers exceed 10000 passes, they are displayed wrong. Please look at the picture. I am pretty sure that is a bug in Systemview software, because the microcontroller is always running, and if you restart the trace, the display is…
  • zzk -

    Posted the thread how to add custom device support in newer version J-Flash?.

    Thread
    hi segger staff, i'm using some arm cortex devices from small companies that are not offically supported by J-Flash. in older version(V6xx), i can manually add something in JLinkDevices.xml, put some .flm files in /Devices category, and the device…
  • Steve Sun -

    Replied to the thread Can not halt m4 on AM572x evaluation module by JTrace..

    Post
    Connecting to target via cJTAG InitTarget() start TI AM572x (Cortex-M4_0 core) J-Link script J-Link script: Init ICEPick TotalIRLen = 6, IRPrint = 0x01 InitTarget() end - Took 96.1ms TotalIRLen = 10, IRPrint = 0x0011 JTAG chain detection found 2…
  • PedroBastos -

    Posted the thread J-Link Boot Mode Switching.

    Thread
    Hi, I am working on automating several hardware tests to run overnight and have encountered an issue with automating my J-Link. For these tests, I need to switch between the two boot modes (J-Link and CMSIS-DAP) since both are required at different…
  • I'm using a Renesas demobaord with RA6M5 (R7FA6M5BH) microcontroller and e2studio IDE-Debugger (eclipse based) I configured debugging with jlink over SWD and enabled SWO for printf debug using ITM (SWO) Debugging with an external Jlink Ultra+ (version
  • Steve Sun -

    Posted the thread Can not halt m4 on AM572x evaluation module by JTrace..

    Thread
    Hi, I have a AM572x evaluation module and a jtrace. I can debug A15 correctlly, but I can not debug M4. I can connect M4, but can not halt. I ask this question on TI's forum, but not resolved. e2e.ti.com/support/processors-…=%20user%3A606064#5199757 I…
  • SEGGER - Alex -

    Replied to the thread RTT on ARM1176?.

    Post
    Hi, There is no RTT support for ARM11, as ARM11 does not support background memory access. The “emulation mode” is also not available for ARM11
  • I'm trying to use printf over ITM channel (SWO) with microcontroller Renesas RA6M5 (R7FA6M5BH) I'm using ozone (version 3.34) and my JLINK Ultra+ with JLINK updated to version 7.96H Ozone project is well configured for SWD and SWO (see attached ozone…
  • stevec -

    Posted the thread Text Editor: cursor doesn't align to mouse pointer.

    Thread
    What it says in the subject. If I hover over text and hit the mouse button the cursor doesn't consistently align with the mouse pointer but is several characters off. Extremely frustrating to use. :cursing:
  • _frank_ -

    Replied to the thread How to remove Library Paths from project's .elf file.

    Post
    ELF is basically the debug format, i.e. contains all the information for debugging (with the respective flags enabled). Why not doing a post-build step, and convert the ELF output into an *.HEX or *.SREC file ? These formats contain nothing but the…
  • lhz412 -

    Replied to the thread [SOLVED] Failed to get index for device name.

    Post
    The issue was solved. It is not J-link, but CubeIDE. The latest CubeIDE embedded a pretty old J-link driver, which was too old to support the very new MCU. I had natively thought the IDE driver would be automatically updated while the latest J-link…
  • apullin -

    Posted the thread RTT on ARM1176?.

    Thread
    Can RTT be made to work on an ARM1176 target? Yes, I know it is now ancient silicon. After some tinkering, there seems to be some suggestions that it might be impossible due to no "background memory access"? The control block is definitely linked and…
  • Joshua Clayton -

    Replied to the thread Headless install on Headless Ubuntu Server.

    Post
    Hi, I'm just a drive-by user like yourself (looking for help with a different topic :)), But since I've got headless working I can help you with the ugliness of it. Fair warning, my headless setup is a few versions behind, so there might be new…
  • Hi Florian , Thanks for your replay , forum.segger.com/index.php/Att…128e0fb452595a48f56b7cff4 I attached the image for your reference. i need to keep few button and message display window static. Only center window change based on the operation flow…
  • lhz412 -

    Posted the thread [SOLVED] Failed to get index for device name.

    Thread
    I am using J-Trace Pro. This is a new project and I tried to build the connection with STM32U5G9J-DK1. The MCU of this DK is STM32U5G9NJH6Q . I also tried a normal J-link and it shows the same msg. I can program this board using STLink3 on the same…
  • Lef -

    Posted the thread How to remove Library Paths from project's .elf file.

    Thread
    Hi, when I build my project with Segger embedded studio the produced .elf file also includes the SDK library paths. I want the paths not to be visible/ written in the .elf file. I want to be used (obviously) but not displayed in .elf file after building…
  • Tan Ho -

    Posted the thread j link commander with NRF52840.

    Thread
    I use a J-LINK EDU mini to flash the RAK4631 board. During J-Link Commander, I cannot open the file "C:\demo\seggerdemo.bin 0x0" as the video instruction belowed when I am running into trouble because I have connected my external J-LINK to my debug-in…
  • pwhitehead -

    Posted the thread Headless install on Headless Ubuntu Server.

    Thread
    Hello, I am attempting to utilize a raspberry pi running ubuntu server as a part of our CI/CD & testing. I'd like to be able to use this pi to automate the process of flashing our products via SEGGER, but we've been having difficulties w/ the pi being…
  • SEGGER - Florian -

    Replied to the thread Responding to touch events outside LCD boundary?.

    Post
    Hi, Currently such a touch screen setup is not handled automatically by emWin. You would have to manually handle the input to these buttons. In your PIDConf.c (the touch screen interface), you would send the touch input events normally to emWin if they…