Search Results
Search results 141-160 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.
-
Hi, The installation folder is purged by installing a new version. The AppData/Roaming folder is exactly for such stuff that should survive updates / reinstalls etc. J-Link scans this folder. Everything else is deprecated and should not be used. You may place a file names JLinkDevices.xml in the same directory as the J-Link DLL is located, but it is strongly recommended to not do this. Note that any problems in regards to that method will not be analyzed and threads may be closed immediately. BR…
-
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…