SEGGER - Simon SuperModerator
- Member since Mar 20th 2024
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
SEGGER - Simon -
Replied to the thread How to configure PlatformIO with JLink to execute the initialization script before communicating with target.
PostHello, .jdebug files are only used when debugging with Ozone. When working with J-Link in general, you need to create a JLinkScriptFile that includes the InitTarget() function. For more information, please refer to: J-Link Script Files This file must… -
SEGGER - Simon -
Replied to the thread Trying to understand difference between Jlink Commander and JLINK DLL.
PostHello, The J-Link Commander indeed uses only the JLINKARMDLL for communication with J-Link. To erase a range of addresses using the J-Link DLL, you can use the following approach: C Source Code (4 lines)Best regards, Simon -
SEGGER - Simon -
Replied to the thread J-Link Pro Flash Download: Compare very slow.
PostHello, The limiting factor here is the speed of the target MCU. Since the target needs to calculate the CRC over the entire 2MB flash, this process naturally takes some time. Best regards, Simon -
SEGGER - Simon -
Replied to the thread JFlashSPI not able to program a SPI-Flash.
PostHello, The AT45DB321E can be configured with two different page sizes: 512 bytes and 528 bytes. J-Flash SPI only supports page sizes that are powers of 2. It is likely that your flash is configured with a 528-byte page size, which would explain why… -
SEGGER - Simon -
Replied to the thread Use JLink Commander to debug Cortex-A35.
PostHello, You can find an example here: Template Example_ConfigTargetSettings_NXP_S32V234.JLinkScript Best regards, Simon -
SEGGER - Simon -
Replied to the thread Flasher PRO connection problem.
PostHello, Could you please send me a private message with the SN of your Flasher? Best regards, Simon -
SEGGER - Simon -
Replied to the thread [SOLVED] How to enable jlink support for custom flashloader to pylink python library?.
PostHello, I just checked, but I was unable to reproduce the issue. I used the example code specified in the README file of the Pylink project, as well as the DSK example code from our knowledge base: Adding a new device (Knowledge Base) Here is the… -
SEGGER - Simon -
Replied to the thread Using the J-Link Base with the M4 core on an STM32H747XI with a non-standard FLASH start address.
PostHello, 1. If your Flash base address differs from the one specified in the J-Link software, you can change it using a command-line parameter. For more information, please refer to: kb.segger.com/J-Link_Multiple_…er#Command_line_parameter For Ozone, you… -
SEGGER - Simon -
Replied to the thread Failed to measure CPU clock frequency.
PostHello, Could you please provide a J-link Log file for both cases? How to enable: wiki.segger.com/J-Link_DLL#Enable_J-Link_Log_File Did you make sure that the same programming procedure was used in both cases? Best regards, Simon -
SEGGER - Simon -
Replied to the thread Possible memory leak in JLinkARM DLL using LoadLibrary/FreeLibrary.
PostHello, As you have also opened an official support ticket for this issue, we will investigate the matter through the support ticket system. Once a solution is available, we will update this forum thread accordingly. Best regards, Simon -
SEGGER - Simon -
Replied to the thread Jlink for TT21100 and STM32F28033.
PostHello, 1. The J-Link currently does not support debugging or programming the Parade Tech TT21100. You may consider adding support yourself using the J-Link Device Support Kit (DSK) or contact SEGGER to implement the support for you. 2. The STM32F2…