SEGGER - Fabian Administrator
- Member since Aug 30th 2019
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
SEGGER - Fabian -
Replied to the thread [SOLVED] Can't successfully program STM32 board with HEX file generated in Segger Embedded Studio 6.32.
PostHi, Good to hear that you are up and running again. BR Fabian -
SEGGER - Fabian -
Replied to the thread JLINK_SWD_ReadWriteBits often crashes jlink and doesn't send the right data.
PostHi, There are two issues with the code you linked, one which is causing the crash and the other, will result in behavior that you might not intent. 1) Reason for the crash: The language of the J-Link Script files is not 100% compatible to C, but only "C… -
SEGGER - Fabian -
Replied to the thread J-Link RTT Viewer V7.68c can't connect to nRF52832 device on Windows 10.
Post -
SEGGER - Fabian -
Replied to the thread J-Link software install error "Child process exited with code 100".
PostHi, We have not yet heard of such an issue yet. It is good to hear that you were able to resolve it. As it was resolved by resetting the PC, I assume that the PC was in some weird state that caused the issue. Should this issue reappear, we would be… -
SEGGER - Fabian -
Replied to the thread J-Flash - Handling Readout Protection and Dual Bank Flash.
PostHi, The action "Reset" implicitly does a halt. This is the only way to make sure that the device is in a defined state when programming the flash. The "Reset" action is by default selected in the Init steps on project creation, and can be removed by the… -
SEGGER - Fabian -
Replied to the thread EON IC - EN29LV320BB-70TIP.
PostHi Swamirajan, Thank you for your inquiry. This seems to be an SPI NOR flash, correct? In this case, the flash can be simply added by the user themselves: wiki.segger.com/CFI_Flash BR Fabian -
SEGGER - Fabian -
Replied to the thread GigaDevice GD32F3x0 protection/security.
PostHi Alex, I assume you are using J-Flash for programming? In this case, you can use the Exit steps in the J-Flash project options. The GD32F1 devices have mostly the same option byte programming procedure as the STM32F1 do. There is a J-Flash project in… -
SEGGER - Fabian -
Replied to the thread Erase STM32F413VH JLINK sw > 7.00.
PostHi, I can confirm that this is a bug in our software. A fix will be part of the patched release, planned for later today. BR Fabian -
SEGGER - Fabian -
Replied to the thread GD32F427VG support.
PostHi, The only thing required for Ozone is to update the J-Link DLL in it. If you are on Windows, you can use the J-Link DLL Updater for this purpose. It is part of the J-Link Software Pack: segger.com/downloads/jlink#J-L…twareAndDocumentationPack If you… -
SEGGER - Fabian -
Replied to the thread [SOLVED] debug session timeout after connection loss.
PostHi, Thank you for your inqiury. Quote from fraengers: “It happens very often, that I disconnect the power of my microcontroller board while a debug session is still running. ” It is not recommended to cut the debug connection behind the back of a… -
SEGGER - Fabian -
Replied to the thread J-Flash - Handling Readout Protection and Dual Bank Flash.
PostHi, Thank you for your inquiry. J-Flash executes a reset & halt after reset by default as first step of the production programming action (-auto/"F7"). You should be fine flashing the usual way, as the core is not started before programming is… -
SEGGER - Fabian -
Replied to the thread [SOLVED] Can't successfully program STM32 board with HEX file generated in Segger Embedded Studio 6.32.
PostHi, I am sorry if my words are raising a condescending impression. It was not meant that way and I will try to prevent this from happening in my future messages. BR Fabian -
SEGGER - Fabian -
Replied to the thread [SOLVED] CPLD, daisy chain JTAG.
PostHi, Do not worry, you did not abuse anything or break the rules. You are welcome to ask questions here. BR Fabian -
SEGGER - Fabian -
Replied to the thread How do I obtain a JLink-locked license for SystemView?.
PostHi, That is exactly what I already did. The last link is the link to the SEGGER shop with the license you want to acquire: forum.segger.com/index.php/Att…6929349e04a07a076df413a2d BR Fabian -
SEGGER - Fabian -
Replied to the thread [SOLVED] Can't successfully program STM32 board with HEX file generated in Segger Embedded Studio 6.32.
PostHi, Thank you for your inquiry. Quote from Eqqman: “as an aside, I don't understand why Segger's own tool won't use their own ELF format ” I do not understand what you mean with "own ELF format". The Executable and Linkable Format (ELF) is a… -
SEGGER - Fabian -
Replied to the thread [SOLVED] SES crashes on M1.
PostHi, Good to hear that the problem could be resolved. We will close this thread now. BR Fabian -
SEGGER - Fabian -
Replied to the thread How do I obtain a JLink-locked license for SystemView?.
PostHi, Thank you for your inquiry. - Information about SystemView licensing - Information about J-Link locked licenses - SystemView SEGGER shop page After purchase, you will receive the license and information about how to add the license to the… -
SEGGER - Fabian -
Replied to the thread Support for JTAG Access to NXP S32G2xxx Cortex M7 Cores.
PostHi, For debug support requests, please use our support ticket system (link in my signature, below this message). BR Fabian -
SEGGER - Fabian -
Replied to the thread J-Flash V7.68a - ERROR: Flash bank @ 0x00000000 is not supported in stand-alone mode.
PostHi Denis, this is a bug that was already fixed internally. The fix will be part of the next patched release, planned for later today (V7.68b). segger.com/downloads/jlink#J-L…twareAndDocumentationPack If you want to be notified when the patched version… -
SEGGER - Fabian -
Replied to the thread Support for JTAG Access to NXP S32G2xxx Cortex M7 Cores.
PostHi, The J-Link does not try to understand the J-Link chain. As you can see in the log you posted yourself, the device (name) you are trying to select is not supported by J-Link: Quote from emrainey: “No valid device has been selected. ” Usually, the…