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 Flashloader STM32WLE5.
PostDid you try the debug build of your project and step through it? Does that work? -
SEGGER - Alex -
Replied to the thread j-link for BBC micro:bit v2.
PostHello, We have added support for the BBC micro:bit V2 (separate firmware image was necessary): segger.com/downloads/jlink/#BBC_microbit Landing page, wiki etc. are all going to be updated during next week. BR Alex -
SEGGER - Alex -
Replied to the thread Memory browser in Atollic Truestudio 9.3 doesn't work.
PostMaybe this helps: wiki.segger.com/UM08001_J-Link…flash_contents_at_runtime -
SEGGER - Alex -
Replied to the thread incorrect decoding of RISC-V instructions.
PostJust because a standard allows it, it does not have to make sense to do it. It makes system bus access only half-way useful and not really a replacement for access via the CPU. So far *all* other implementations we came accross so far have implemented… -
SEGGER - Alex -
Replied to the thread [SOLVED] J-Flash + OMAP L-138 + MT29F1G08ABADAWP: can't read the flash chip.
PostHi, No, you are not correct. If you write a open flash loader for this, you can use J-Flash. It is just that we do not have such a loader available out-of-the-box for your setup. BR Alex -
SEGGER - Alex -
Replied to the thread [SOLVED] J-Flash + OMAP L-138 + MT29F1G08ABADAWP: can't read the flash chip.
PostHi, What you are using is a NAND flash. NAND flashes are not memory mapped accessible, so you need a customer flash loader to access them (for read & program). While memory mapped parallel CFI NOR flashes are somewhat standardized reg. their command set… -
SEGGER - Alex -
Replied to the thread incorrect decoding of RISC-V instructions.
PostWe used a different memory offset because we did not have your target in house. We also currently do not see why the address of the instruction should have any effect. However, we will check. Can you please let us know what connectors and what pinouts… -
SEGGER - Alex -
Replied to the thread [SOLVED] Cannot connect to target.
PostIf it was working before, you have probably flashed something into the MCU that inhibits debugger connections. Are you working with an eval board or custom HW? If custom HW: Do you have connected the reset pin of the MCU to J-Link? If not: Can you… -
SEGGER - Alex -
Replied to the thread SegFault / Illegal Instruction starting with Flasher V6.84 on RaspberryPi B+ (ARMv6).
PostHello, We investigated and discussed this internally. With the current build setup and adding support for the J-Link GUI applications under Linux ARM also, we had to drop ARMv6. For now, there are no plans to bring it back because ARMv6 based Raspberry… -
SEGGER - Alex -
Replied to the thread J-link VCOM port for STM32G431 MCU.
PostHi, VCOM cannot be used in parallel to JTAG. If you use SWD instead of JTAG, you can use VCOM in parallel. Reg. the big connector: How about this? segger.com/products/debug-prob…rs/10-pin-needle-adapter/ -
SEGGER - Alex -
Replied to the thread SegFault / Illegal Instruction starting with Flasher V6.84 on RaspberryPi B+ (ARMv6).
PostHi, Thanks for bringing that to our attention. Actually, the software is build on ARMv8-A based systems (Rpi 4). However, it was not intentional to break ARMv6 support for the 32-bit version. We will check that. BR Alex -
SEGGER - Alex -
Replied to the thread [SOLVED] Flashing multiple elfs to a single target using GDB and GDB Server.
Post