SEGGER - Alex Administrator

  • Member since Dec 18th 2007
Last Activity

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

  • Hi, We can confirm that the problem is reproducible on our side. We already have an internal solution for it but need to perform another round of iterations to check against unwanted side effects. BR Alex
  • SEGGER - Alex -

    Replied to the thread Differences in Flasher/J-Link performance.

    Post
    Hi, Does not sound familiar. In general, Flashers do neither support RTT nor HSS (both J-Scope modes) so it is simulated on the PC side. As you observed: With much less throughput I do not see why timestamps and values should get corrupted if the TIF…
  • SEGGER - Alex -

    Replied to the thread Jlink pro reg not reset.

    Post
    Does it also happen when issuing the reset via J-Link Commander? Use „r“ to reset Use „mem32 <Addr>“ to read the PLLCFGR
  • SEGGER - Alex -

    Replied to the thread OTP Program for Ti Hercules RM57L843 Processor.

    Post
    As you have also contacted us in parallel via another channel, we will continue communication on that 2nd channel and close this thread here. BR Alex
  • SEGGER - Alex -

    Replied to the thread Change DLM of a Renesas RA6M5 using J-Link Base.

    Post
    Hi, I am assuming that you use the DLM tools in e2studio for this, correct? In general, it should work with any current J-Link model. Can you please tell us what J-Link Commander outputs at “Firmware: xxx” for your J-Link BASE? Just to make sure…
  • SEGGER - Alex -

    Replied to the thread RTT restart with bootloader and app.

    Post
    Hi, You might link the RTT control block & buffers to a fixed location, which is identicial in the BTL and APP. Furthermore, the RTT control block & buffers should be marked as “do not initialize” in the APP part (e.g. by placing them in zhe…
  • SEGGER - Alex -

    Replied to the thread [SOLVED] Msp430F21xx family support.

    Post
    Hi, In the list you have sent a link to, none of the devices are supported by J-Link. J-Link supports debugging on the MSP0 and MSP432 derivatives (Cortex-M based) The “legacy” MSP430 are only supported by Flasher for production programming. No…
  • Sounds like it has to do with the “working directory” (en.m.wikipedia.org/wiki/Working_directory) When you click the bat file, the working directory of the bat file code is the location of thw bat file. That working directory is inherited by JLink.exe,…