Recent Activities

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

  • 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.
  • tinydrop -

    Posted the thread How to enable vcom function before connect target with swd..

    Thread
    I connect target device with swd (7pin 9pin 2pin) and connect with vcom (5pin 17pin). and enbaled jlink vcom. but no output (gtkterm app connect vcom dev, but no output). how to use vcom function?
  • SEGGER - Jannik Urban -

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

    Post
    Quote from cesar.rocha: “Hello, I am trying to make a speed test using UDP. I know there is a TCP example and it works fine, I tried to modify to open an UDP Socket and easily send data to a server (server using EchoTool). I commented receive part of…
  • cesar.rocha -

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

    Thread
    Hello, I am trying to make a speed test using UDP. I know there is a TCP example and it works fine, I tried to modify to open an UDP Socket and easily send data to a server (server using EchoTool). I commented receive part of the example and I send data…
  • SEGGER - Alex -

    Replied to the thread [SOLVED] Chip ID override.

    Post
    That’s not how J-Link is intended to work. Nope, there is no possibility doing what you plan to do, with the available script etc. APIs. We strongly recommend to not further pursue this path but select the correct device in the IDE.
  • JosuBasurko -

    Posted the thread Support for STM32U083KC.

    Thread
    Hi all, I am working on custom board with STM32U083KC microprocessor and as it is not supported yet by J-Link I was wondering if you guys could provide an approximate release date for it. Thanks in advance, Josu
  • vagner -

    Posted the thread Flasher ATE modular.

    Thread
    We purchased a Segger flasher ATE recorder, I need to know if there is any way to generate the *.DAT file from my *.S19 firmware via command line or script, I don't want to use the J-Flash software due to the large number of different firmwares that I…
  • SEGGER - Simon -

    Replied to the thread No connection to Cypress Cortex R4 Family MB9DF126.

    Post
    Hello, Sorry for the delay in response. Thank you for your inquiry. Could you please create a ticket for this issue: segger.com/support/technical-support/ The ticket should contain the following information: - Serial number of your J-Link - Used…
  • SEGGER - Simon -

    Replied to the thread STM32H7R/S.

    Post
    Hello, Yes, we are currently working on supporting the ST STM32H7R/S series. However, we are not able to provide a specific timeframe at this moment. Best regards, Simon
  • remcopoelstra -

    Replied to the thread JScope fails to find RTT block.

    Post
    Hi, Yes, I've read that guide from top to bottom. I think everything is setup correctly, but maybe you can make a better judgment based on the provided screenshot? Did I miss something somewhere?
  • SEGGER - AlexD -

    Replied to the thread Ozone - Thread Aware Debugging.

    Post
    ...and also have a look into the Ozone user's manual, in particular section 4.18. In case your RTOS is not one of those for which Ozone provides a plug-in, section 6.3 shows in details how such a plug-in can be created by your own. Does that answer your…
  • markuskrug -

    Replied to the thread UART bandwidth demand.

    Post
    Small update: I moved the upload to the host PC into a low priority task that is consistently checking if there is new content in the upload buffer (instead of adding a queue entry, that I realized is adding further traffic and therefore makes things…
  • markuskrug -

    Replied to the thread redundant definitions in FreeRTOS.h and SEGGER_SYSVIEW_FreeRTOS.h.

    Post
    This thread can be closed. I simply confused myself by setting a complicate project structure that was causing partly to include itself and therefore causing those warnings. Best Regards Markus
  • markuskrug -

    Posted the thread UART bandwidth demand.

    Thread
    Hello, I'm trying to integrate SystemView into an Aurix TC3xx FreeRTOS port. After a while I'm able to see some data in SystemView. However, I have some UART bandwidth issues. As far as i understood the SystemView target code the function _SendPacket()…
  • Colin17814 -

    Posted the thread [SOLVED] Chip ID override.

    Thread
    I'm using jlink Plus with Microchip atsamD21 using their studio debugging IDE. Due to the recent shortage of chips we have to use a variety of versions of this chip. We use D21E16B, D21E17A, and D21E17D. The firmware was written to work on all three…