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 Semihosting error when printing via gdb.
PostHi, In yesterday's version (V7.84e) we have fixed a problem with semihosting in GDB Server that could lead to all kinds of misbehavior. The most common one was that characters were repeated during output. To make sure that you are not running into the… -
SEGGER - Alex -
Replied to the thread [SOLVED] printf issue when using \n (since V7.68b).
PostWe have fixed an issue in yesterday's version V7.84e that caused similar behavior. Can you please give it a try and confirm that it solves the issue you are describing, as well? segger.com/downloads/jlink/#J-…twareAndDocumentationPack BR Alex -
SEGGER - Alex -
Replied to the thread Flasher STM8 Cannot connect to Emulator (Unknown firmware string).
PostHi, Is it possible that you used this product: segger.com/products/production/flasher/models/flasher-pro/ With this software package? forum.segger.com/index.php/Att…891639b03598d8f45fba43bf2 If yes, these are not compatible to each other. For the… -
SEGGER - Alex -
Replied to the thread regarding ROM Table Scan problem.
PostJ-Link already told you why it stopped scanning… There is no fix required because it is expected behavior. Did you even check the link that is printed? wiki.segger.com/ROMTableScan While on *your* setup a complete scan might work, the common default in… -
SEGGER - Alex -
Replied to the thread App does not run with J-Link connected.
PostHi, If I am not mistaken, the SAME54 has this „reset extension“ feature which means that the chip samples SWCLK and/or SWDIO on reset release (not only reset pin release but also WDT reset etc.) and if they have a certain level, the application is… -
SEGGER - Alex -
Replied to the thread Ambiq Apollo3B not working properly with J-Link.
PostAccording to the log file, connecting to the core seems to work fine. No idea why the chips throws an error when J-Link triggers an erase… To analyze that, we would need to know what has been programmed into the flash (e.g. you could use the… -
SEGGER - Alex -
Replied to the thread GigaDevice GD32F307VC Connect after reconfiguring Debug / SWD Pins to GPIOs in Firmware.
PostHi, I assume that you have connected the reset pin of the MCU to the reset pin of J-Link, correct? Without this, connect under reset will not work. In general, it is not smart to disable the debug pins while still developing on a device… Most MCUs do… -
SEGGER - Alex -
Replied to the thread RT1052 with IS25LP032D.
PostWhat J-Flash shows there is the max. size it supports for the flash bank. The actual flash + size is detected at runtime. Note that the pinout from the NXP eval board is assumed, so your flash has to be connected in the same way, to make things working… -
SEGGER - Alex -
Replied to the thread [SOLVED] SWD multidrop?.
PostHow about to get to the vendor? It is a feature specified by ARM: developer.arm.com/documentatio…ulti-drop-support?lang=en developer.arm.com/documentation/ka001195/latest The tricky part: It is an option, the device vendor MAY license, so you need to… -
SEGGER - Alex -
Replied to the thread [SOLVED] How J-FLASH configures its 'external loaders'?.
PostWe will close this thread then. PS: No, there was never any heuristics be used in older versions, to detect pinout. There was a fixed pinout assumed. BR Alex -
SEGGER - Alex -
Replied to the thread How to configure J-Link flash loader for IAR EWARM?.
Post1) The screenshot from the wiki article IS from the control panel. I NEVER wrote that the screenshot shows the settings for YOUR actual device. It is a generic article, so SOME device was used to create the screenshot. So your statement is just… -
SEGGER - Alex -
Replied to the thread STM32CubeIDE und J-LINK Pro über TCP/IP.
PostThe forum language is English. Can you please rephrase your post in English language? -
SEGGER - Alex -
Replied to the thread Failed to open open data file..
PostHi, ELF files generated by Greenhills are not supported by Ozone and neither they are by J-Flash. They might work but no guarantees given. Reason is that Greenhills uses a proprietary format (at least for the debug info) by default but even with the… -
SEGGER - Alex -
Replied to the thread How to configure J-Link flash loader for IAR EWARM?.
PostYes, it is available. The only option for loader selection in EWARM is the J-Link control panel: wiki.segger.com/J-Link_Multipl…#J-Link_web_control_panel -
SEGGER - Alex -
Replied to the thread Ozone on Texas IWR6843.
PostThis chip is currently not supported by J-Link. You may add support on your own: wiki.segger.com/dsk -
SEGGER - Alex -
Replied to the thread Using Semihosting without GDB/GDB Server.
Postsegger.com/products/debug-probes/j-link/tools/j-run/ wiki.segger.com/J-Run Or you use the SDK and write all the semihosting logic on your own and integrate it directly in your test environment. -
SEGGER - Alex -
Replied to the thread How to configure J-Link flash loader for IAR EWARM?.
PostIt does not end abruptly. Disabling the IAR flash loader is all that needs to be done. The one from J-Link will automatically take over. There is NO extra menu in IAR to „enable“ the J-Link flash loader… -
SEGGER - Alex -
Replied to the thread Indirect external flash programming over STM32F4 mcu using RAMCODE.
Postwiki.segger.com/J-Link_Device_Support_Kit#DSK_availability If performance does not matter and you do not need examples + support, you may go with the CMSIS alternative that is also mentioned there. -
SEGGER - Alex -
Replied to the thread [SOLVED] J-Flash readrange behavior different with GUI and command line.
Post