Search Results
Search results 1-20 of 46.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello, The fix for this issue will be included in the next version, scheduled for later today. Stay up-to-date regarding J-Link: segger.com/notification/subscribe.php?prodid=7,94 Best regards, Simon
-
Hello, Supported operating systems for J-Link are: - Microsoft Windows 10 - Microsoft Windows 11 - Linux (Tested distributions) - macOS 10.5 and higher While I'm quite confident that it will run on Windows 7, please note that it is not officially tested or supported, so we cannot guarantee its functionality on that platform. Best regards, Simon
-
Hello, You can only choose out of the available pin configurations that are available the MCU and cant adjust it yourself. You can find the available pin configurations for the STM32U599 here: wiki.segger.com/ST_STM32U5#QSPI_Flash If your Pin configuration differs from the ones available, please get in touch with us directly via our support system: segger.com/ticket/ Best regards, Simon
-
Hello, You can override the reset functionality by passing a JLink script file to the JLink Commander that implements the ResetTarget() function. This will ensure JLink calls your custom reset function instead of the default target reset. Here is an example of how to override JLink functions: Overriding device specific connect To pass the script file to the JLink Commander, you can use the following command line option: J-Link Commander Command Line Options Best regards, Simon
-
Hello, Programming the OTP of this chip is not supported by J-Link, and we do not have any plans to do so in the near future because our schedule is quite booked at this time. You may want to add support yourself with the JLink DSK using the high-performance SEGGER Flashloader. More information can be found here: segger.com/products/debug-probes/j-link/tools/j-link-dsk/ wiki.segger.com/J-Link_Device_Support_Kit Best regards, Simon
-
Hello, Could you please send us a J-Link log file of the failing scenario? How to enable: wiki.segger.com/J-Link_DLL#Enable_J-Link_Log_File The S/N you have sent is from a unit from 2019 which is out of support and warranty. We recommend to make use of our trade-in program: segger.com/purchase/trade-in-program/ In the J-Link Commander, you need to select a device in order to connect to your core. In your case, select "CORTEX-M7". Best regards, Simon
-
Hello, You seem to be using a version which is not up to date. Does the issue also occur with the current release version? https://www.segger.com/downloads/jlink Could you please send us a J-Link log file of the failing scenario? How to enable: wiki.segger.com/J-Link_DLL#Enable_J-Link_Log_File Best regards, Simon
-
Hello, Unfortunately, we do not have experience debugging with the NXP S32 Development Studio either. Below is a link to a list of supported IDEs and instructions on how to set them up for debugging with Jlink: Supported IDEs Best regards, Simon
-
Hello, I looked at your project and noticed that you are using the STM32F446ZC. The STM32F446ZC has a flash memory range from 0x8000000 to 0x803FFFF (256KB). This means that the address 0x8060000 you are trying to program is not valid. This might explain why the Jlink is not programming the data. However, I don't understand why the Stlink is able to flash this data correctly. Could it be that you meant to select the STM32F446xE, which has 512KB of flash memory? Best regards, Simon