Recent Activities

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

  • SEGGER - Arne -

    Replied to the thread Flasher Portable PLUS Script files.

    Post
    Hello, You can specify your script file in J-Flash: wiki.segger.com/UM08003_JFlash#Use_J-Link_script_file (Works with recent Flasher Portable PLUS models, no older than 2 years.) Best regards Arne
  • SEGGER - Fabian -

    Replied to the thread [SOLVED] Issue about 'old firmware'.

    Post
    Hi, You can look them up in the release notes. You can search for the term: "RISC-V: Firmware module version" for differences and compare them. segger.com/downloads/jlink/ReleaseNotes_JLink.html Please note that the list will grow further with time, as…
  • SEGGER - Nino -

    Replied to the thread [SOLVED] SAME51/SAMD51 JLinkScript for ETM.

    Post
    Hello, Thank you for your inquiry. For the SAMD51 we do not have a script available due to lack of public trace capable eval boards. But we can provide you with the script sources for the SAME54 eval board. As stated in the SAME54 Wiki article, please…
  • SEGGER - Fabian -

    Replied to the thread programming option bytes to STM32C0 family.

    Post
    Hi, Currently, option byte programming via .hex file is not supported for the STM32C0 device with J-Link. I will check internally if there are any plans regarding this. Best regards, Fabian
  • SEGGER - Fabian -

    Replied to the thread The SWO Viewer tool doesn't work as intended.

    Post
    Hi, Sorry for the delay in response. We are not aware of any such issue. Are you using the latest version of the software? segger.com/downloads/jlink#J-L…twareAndDocumentationPack If so: Could you please provide a sample data file (e.g. .hex) this issue…
  • mastupristi -

    Posted the thread write in the flash in twice.

    Thread
    hi, I use RT1176 and i have to write flash (mapped to 0x30000000) The FW is divided into two parts, - a first part called the boot header exactly 8K in size - a second part which is the actual application and starts at offset 0x2000. For each of the two…
  • SEGGER - Fabian -

    Replied to the thread [SOLVED] Project auto-update.

    Post
    Hi, sorry for the delay in response. 0x0800_0000 and 0x0C00_0000 describe the same physical flash area. The first is cached the latter is uncached. When programming data to 0x0800_0000, it is remapped internally to 0x0C00_0000 by J-Link, which was…
  • Hi, sorry for the delay in response. Even though it is probably not required anymore, please find the answer below: In general we recommend to make use of our trade-in program in such a case: segger.com/purchase/trade-in-program/ The damaged part is an…
  • SEGGER - Fabian -

    Replied to the thread [SOLVED] JLink Ultra+ flashing problems with S32K144W.

    Post
    Hi, Even though the thread is quite old, an answer to the question can be found here: wiki.segger.com/S32Kxxx#Readout_protection_of_internal_flash BR Fabian
  • SEGGER - AlexD -

    Replied to the thread Problem with C++ and.

    Post
    Hi Traxanos, we are not aware of such an issue. Which Ozone version are you using? Could you please check if the issue is reproducible on the latest Ozone release (V3.32a)? Could you please check if your build environment is set-up such that all debug…
  • jakorten -

    Posted the thread [SOLVED] SAME51/SAMD51 JLinkScript for ETM.

    Thread
    I'm trying to make a development board for the 100-pin SAME51 and/or possibly SAMD51 (the E has native CAN support) to be used with the J-Trace Pro. I was wondering if there is a SAME/D51 JLinkScript for ETM that Segger or someone else is willing to…
  • qbpr -

    Posted the thread JFlash: unable to select "supported" flash memory in.

    Thread
    Hi, We have a custom board with an NXP IMX RT 1024 chip. The board has the "internal" flash of the 1024, which is connected to the FlexSPI A1 port. The board has another flash module, which is connected to the FlexSPI B1 port (Vendor ISSI, type:…
  • traxanos -

    Posted the thread Problem with C++ and.

    Thread
    I have a J-Link Mini and I want to test my application using Ozone. However, I encounter an issue: as soon as I derive a class in C++, all values of the derivation are shown as "<outofscope>". This makes Ozone practically unusable for me. Interestingly,…
  • gfisys -

    Replied to the thread Stange problem when using two Jlink units.

    Post
    Thanks for your reply Alex. I did some more testing, I moved one Jlink connection to one of the USB port on the computer and let the other Jlink connected to the USB hub, this time it works without any issues! So you may be right about the current being…
  • SEGGER - Florian -

    Replied to the thread GUI_GIF_DrawEx is not working.

    Post
    Hi, It seems like you make no use of the "Off" parameter. It is crucial that you set the file pointer to the given offset, before reading any file data to the buffer. What happens if you do that in your _GetData routine? Best regards, Florian
  • SEGGER - Alex -

    Replied to the thread Stange problem when using two Jlink units.

    Post
    Sounds strange... Is it possible that the USB hub, the J-Links are connected to, is not powered externally or its external power supply is broken? This would cause the hub and all J-Links connected to it to be fed from the USB cable that goes to your…
  • Ran_b -

    Posted the thread Export Jlink viewer log to a file in realtime.

    Thread
    Hello, I'm trying to debug my nrf52 (custom pcb) and i have a bug that appears only 5 hours or so after activation (I'm using RTC). I left the nrf52 connected to the jlink viewer, over night, in order to receive the prints in the failure point so i can…
  • With Hesitation (No Right to Repair Support From Segger) I Recently Upgraded to a Flasher Pro 5.17.01 Form a Flasher 5 (Legacy). I will still keep the Flasher 5 For the Devices that are not supported on the Flasher Pro. I made a request for segger to…
  • gfisys -

    Replied to the thread Stange problem when using two Jlink units.

    Post
    Sorry, I must add that when only one Jlink is connected to the computer this problem does not occur.
  • gfisys -

    Posted the thread Stange problem when using two Jlink units.

    Thread
    Hello, I have one Jlink Ultra and one Jlink Base Compact connected to my computer (via a USB hub). I used these Jlinks to debug two separate MCUs on my board. One instance of SES (7.30) is associated to the Jlink Ultra, and another separate instance of…