Recent Activities

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

  • lhz412 -

    Replied to the thread 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…c690c2ac955680763f6511da1 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 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…
  • Hi Ravi, There is no such limitation. However, hundreds or even thousands of widgets on the same screen will have a big impact on performance. Because all the widgets that are visible will be drawn, so this will have huge impact on performance. In the…
  • Hi guys , In my project I am created only 1 screen . Inside that screen I am create more then 1000+ object and more windows . certain level I try to create object like image or text inside that Screen that time app-wizard closed automatically . It is…
  • wCaMZTLT30 -

    Replied to the thread IMXRT1170 Rev B Support.

    Post
    I figured it out, and thought I would share in case someone else needs the information. Turns out the IMX RT family needs a separate flashloader program that lives on-chip to correctly program external flash. MCUXpresso uses their internal flashloader…
  • bevensonOH -

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

    Post
    I'll rephrase this to see if my request makes more sense. Let's say I have an 800x600 display. The touch panel extends down below the display and there are four buttons in the 200 pixel region below the display. Can emWin be setup to then handle an…
  • bevensonOH -

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

    Thread
    I'm considering getting an LCD screen with capacitive touch for a project. The capacitive touch extends beyond the dimensions of the LCD and has a few printed buttons (i.e. power button) on the glass below the LCD. I'm assuming the touch controller…
  • DKitsch -

    Posted the thread Is an ETM required in the target for SystemView to function? GD32F405.

    Thread
    I'm trying to set up a profile environment for the GD32F405 in SystemView using FreeRTOS 11. However it seems to be getting stuck with the following log and silently failing: Source Code (21 lines)It's definitely seeing the RTT control block as pressing…
  • tinydrop -

    Posted the thread why jlink gdb server reponse "Unsupported CPU"?.

    Thread
    JLinkARM.dll V7.96f (DLL compiled Apr 24 2024 14:25:37) Command line: -device Cortex-A55 -if SWD -JLinkScriptFile /home/geduer/wor/jlinkscript.txt -port 5088 -----GDB Server start settings----- GDBInit file: none GDB Server Listening…
  • wCaMZTLT30 -

    Posted the thread IMXRT1170 Rev B Support.

    Thread
    Hello, we are encountering a bit of a problem with a JLINK probe / JLINK commander on a custom board which uses the IMXRT1170 Rev B processor. JLINK only has device IMXRT1170 Rev "A" as a supported device, for which most of the functionality works.…
  • SEGGER - Martin -

    Replied to the thread Strange problem hard to debug.

    Post
    Hi Silvio, We're not aware of any issues regarding Taskevents in embOS 5.18.0.3. OS_TASKEVENT_Set() should immediately switch to the signaled task if that has the highest priority in the application, is not suspended and no critical region was…
  • silvio.vallorani -

    Posted the thread Strange problem hard to debug.

    Thread
    Hi guys, I have a strange problem. In one of my applications I actually use embOS V5.18.0.3. The device is based on NXP LPC55S28. The software use a very large amount of OS features like tasks, timers, mutexes, semaphores, event objects, queues. A bunch…
  • cesar.rocha -

    Replied to the thread [SOLVED] UDP SpeedTest (Echo Client).

    Post
    Hello Jannik, Thank you for your help. Your example works fine and I am able to test now. Thank you again.