Search Results
Search results 1-20 of 1,000. There are more results available, please enhance your search parameters.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
If you have a current J-Link that is in the support & maintenance period, we recommend to get in touch with our support team. segger.com/support/technical-support/ From what I read here, it could be a 3rd party security software running on that machine, that blocks new USB devices until they have been "authorized" / allowed in that 3rd party security software.
-
You should check 2 things: 1) Make sure that you are using the 32-bit version of Raspberry Pi OS if you are using the "Linux_arm" version of J-Link. If you are using Raspberry Pi OS 64-bit, you need to use the "Linux_arm64" version of J-Link. 2) The file attributes may probably got lost during extraction. Did you check if "JLinkExe" has the executable attribute? ls -l should indicate the "x" attribute for JLinkExe. We recommend to use the DEB installer over the tgz because it takes care of the r…
-
Flasher shares a lot of APIs and the DLL in general with J-Link. So the log file entries will say JLINK_xxx no matter if a J-Link, Flasher or J-Trace is connected. Regarding the rest: See previous post. This thread will be closed, as the original question was answered.
-
What has caught my attention is the line: VTarget = 2.720V Is the target expected to work with 2.7V signals on the debug lines (SWCLK, SWDIO, …)? 3.3V or 1.8V sounds like common target voltages but 2.7V sounds a bit odd. If this is a 3.3V target, the 2.7V could indicate an issue with your wiring and explain the flaky effects you are seeing.
-
I do not see any confirmation that this guy was really using a J-Link and I doubt it. Fact is that J-Link never supported SPC chips. It was Flasher only since day 1.
-
No. PowerPC (at least some derivatives) is only supported by Flasher PRO.
-
If you reduce the SWD speed to let’s say 2 MHz or even 1 MHz, does it become stable? I do not know the exact parameters out of my head but it is very possible that the V8 does not do exactly 4 MHz but more something in the league of 3.2 - 3.9 MHz while the V11 should be able to do the 4 MHz more exactly. Maybe the 4 MHz are too much for the HW design you are using and the V8 is just lucky to be somewhat slower than configured? Just a guess at this point…
-
Actually Andy, what would really help is some cooperation. I did not really ask for a working dylib but more for a reproducer to solve the original problem, as we could verify the fix immediately with your dylib instead of sending preliminary versions back and forth. Regarding the plugin source: It is not in my hands making it open source or not, neither to judge if it has a commercial value for the company. I will report this to my management but cannot promise anything at this point.
-
Would it be possible to DM / otherwise send us your plugin as an unsigned *.dylib? BR Alex
-
There is no “getting” back here… Did you notice the difference between your 2 screenshots? Screenshot A) Shows the sectorization for the internal flash of an STM32… device. It clearly says “static sector layout” Screenshot B) Shows the sectorization of the external QSPI flash connected to an i.MXRT1166. It clearly says “dynamic sector layout”. While you cannot change the sectorization of the internal flash because it is built into the chip, you can connect a different WSPI flash with a different…
-
I have no idea what you are trying to tell us with your latest try... I took a Mac Book Pro + J-Link PLUS + J-Link Commander: forum.segger.com/index.php/Att…2f51e69a0c8e9bb5b518acb09 If you see an output like this, the J-Link is properly detected by the Mac Book and SEGGER software (J-Link Commander). If it is then not listed in VSCode, it is a VSCode / nRF Connect issue. (Probably because NordicSemi is filtering out everything except the on-board J-Links on their dev boards) Then we are back to…