Search Results

Search results 1-5 of 5.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I have same issue on my MacBook Pro M1 with Ventura 13.0.1 and OZone V3.28a

  • Hi Fabian, Thanks for your support. I tried your script in "BeforeTargetConnect", but the reset pin width is still 50ms as attachment showing. And here are the logs from OZone: Source Code (46 lines)

  • Some other trial according to wiki.segger.com/Changing_J-Link_Reset_Strategy, but looks like there is no change. I did some some measurement, I do see some toggled reset signal on ResetPIN: 1) Attach Device: There is 50-ms pulse detected. 2) Reset Target: There are 2 50-ms pulse detected. I tried to manually set ResetType to 2 with below JLinkScirpt: Source Code (5 lines)And add it into OZone to call it in "BeforeTargetConnect", I can see the above logs, but the pulse on reset pin doesn't change…

  • I did some investigation to try to do reset type 2 (ResetPin) with OZone, here are some what I found: 1. Segger GDB supports the command "monitor reset 2" to enforce this reset type. But I don't find the way to issue this command in OZone. 2. From J-Link Script's description, looks like we can use "Global DLL Variables" to set PIN state in project file: Source Code (3 lines) But above code report failure when I tried to perform reset: Source Code (2 lines)Would you give me some suggestion what's…

  • Hi, I'm working on TI CC2642 chipset now, everything is working fine with TI XDS110 debugger. Now, we need to switch to JLINK because of new hardware design, but when I connected JLINK and started debugging, there are more 60% chance that the board will be stuck in exception, I did some trace with OZone, and also talked to TI support engineer, the conclusion is the reset with JLINK not fully cold reset which causes some timer, uart interrupt not be cleared up completely. I also tried to toggle t…