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.
-
SEGGER - Alex -
Replied to the thread I am unable to connect JLINK PLUS Compact to iMX6ULL EVK rev C3.
PostThere are multiple possible error sources: - Bad connector on board (even though the cable itself is fine) - CPU in some low power mode that disables all debug clocks and make the device to become unresponsive over JTAG - Device secured and debug… -
SEGGER - Alex -
Replied to the thread Failed to measure CPU clock frequency: second loop count is less than first one! (836013<=-1).
PostHi, It looks a bit like you are using some kind of weird combination of J-Link Commander V6.88b from 2020 with a DLL V7.82d from 2022. You should always use Commander + DLL from the same shipment with the same version. + I recommend to use the current… -
SEGGER - Alex -
Replied to the thread Specified flashloader exceeds max. size of 64 KB.
PostPretty much sounds like your flash loader project is configured incorrectly. You may get a copy of the DSK which comes with correctly configured templates for Embedded Studio in which you would fill the Erase() Program() ... functions (you should already… -
SEGGER - Alex -
Replied to the thread Problems with old Windows (7) systems and Calliope mini JLink.
PostFrom the SEGGER side, there is no support given for Calliope mini directly. Support is given through Calliope. When the mini rev 2.1 was designed, Windows 7 was not considered as to be supported, so it may or may not work, no guarantees given. -
SEGGER - Alex -
Replied to the thread EFM32TG222F32 problem.
PostSorry but your description is confusing. Can you please post screenshots of what messages you are seeing and what you are doing? -
SEGGER - Alex -
Replied to the thread [SOLVED] J-Link SDK.
PostIf you are using it in a commercial context, it is not free. - The SDK gives you additional rights (writing your custom applications that make use of the J-Link API) - very likely creates support for us If it is used in a purely academic / non-profit… -
SEGGER - Alex -
Replied to the thread [SOLVED] Is Analog Devices ADAU1860 supported by J-Trace ?.
PostHi Vadim, The ADAU1860 seems to incorporate an HiFi 3z core from Cadence. While this core is supported, the ADAU1860 has not been tested. HiFi core support is currently limited to Xtensa Xplorer IDE via GDBServer. There is no HiFi core support outside… -
SEGGER - Alex -
Replied to the thread [SOLVED] J-Link SDK.
PostOK, so the answer is still "no" as you are planning to use it in a commercial context, so you need to purchase it as a commercial product. -
SEGGER - Alex -
Replied to the thread PageSize of FlashDevice.
PostHi Sharon, The answer if it is "normal" is basically yes. As SectorInfo[0].SectorSize == 0x1000 (4 KB) and PageSize = 0x100 (256 bytes) and SectorSize = 16 * PageSize, a multiple of PageSize is passed to SEGGER_FL_Program() so what the J-Link software… -
SEGGER - Alex -
Replied to the thread [SOLVED] J-Link SDK.
PostNo, the SDK is not a free solution. What do you plan to use it for? -
SEGGER - Alex -
Replied to the thread [SOLVED] J-Link SDK.
Post -
SEGGER - Alex -
Replied to the thread [SOLVED] How to set Jlink to default after changing to winusb driver.
PostHi, I updated our wiki page accordingly: wiki.segger.com/OpenOCD#Restoring_the_USB_driver BR Alex -
SEGGER - Alex -
Replied to the thread PageSize of FlashDevice.
PostHello Sharon, Not sure if I understand you correctly. For SEGGER_FL_Program(), <NumBytes> is guaranteed to be a multiple of FlashDevice.PageSize For SEGGER_FL_Verify(), there are no guarantees what <NumBytes> will be. The J-Link software is allowed to… -
SEGGER - Alex -
Replied to the thread The nRF52 devkit has 2 SEGGER instances.
PostHi, The PID used depends on what features are reported on the USB level. PID 0x0105 is the default for that kit which means J-Link + VCOM + drag & drop. The 0x0101 you are seeing is most probably the bootloader of the OB because the bootloader does not… -
SEGGER - Alex -
Replied to the thread [SOLVED] IDCODE for RISCV core.
PostHi, Sorry for the delay in response on this. What you are running into is what is described as "case 9" here: wiki.segger.com/J-Link_RISC-V#JTAG_chain_auto-detection Why is that the case? Because J-Link does not know your RISC-V TAP Id, so it does not… -
SEGGER - Alex -
Replied to the thread [SOLVED] Is it possible to use VCOM over Ethernet (J-Link PRO).
PostHi, As you correctly pointed out, VCOM uses the USB CDC-ACM class which is USB specific and therefore not available over Ethernet. There are J-Link API functions that may be used to access the VCOM channel (of course not concurrently with a terminal… -
SEGGER - Alex -
Replied to the thread [SOLVED] J-Link OB as an "External Tool" into e2studio / eclipse just to Flash the MCU?.
PostQuote from JavierSVE: “and e2studio is just another eclipse. ” Well, I would not take that for sure. Under the hood, Renesas did a lot of stuff and initially broke things that were working in a vanilla Eclipse. So it is not necessarily just "another"… -
SEGGER - Alex -
Replied to the thread [SOLVED] J-Link OB as an "External Tool" into e2studio / eclipse just to Flash the MCU?.
PostWrong forum to ask. This is regarding configuration of Renesas e2studio. I am not even sure if what you are trying to do is possible. I recommend to check with Renesas. By the way: If you only want to flash the micro, why firing up a whole Eclipse… -
SEGGER - Alex -
Replied to the thread J-Link Linux installer fails for Docker containers ("Error: Failed to update udevadm rules").
PostIf you check the release notes, you will notice a fix for installing the DEB package under WSL2. segger.com/downloads/jlink/ReleaseNotes_JLink.html This probably has some kind of bad side effect onto installation to docker images. Do not know yet. We… -
SEGGER - Alex -
Replied to the thread J-Link Linux installer fails for Docker containers ("Error: Failed to update udevadm rules").
PostHi, For my understanding: Are you trying to build a docker image or run an existing docker image? So far, the thread you referenced in [2] more or less clearly says it: "A Docker container doesn't have access to host devices and isn't running system…