Search Results

Search results 1-3 of 3.

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

  • Hi, The purpose is ,i have to program the two target devices which are connected to same PC. I know if i run manually i can select the segger USB number and program the device.I know we can USB number in the Jlink scripts for automation. But if by any chance the user swaps the physical USB segger connected to the devices then firmware programming of the files may go wrong during automation . So i need to identify the device connected and then program corresponding firmware binary. I would like t…

  • Thanks for the reply. I have figured out the issue . The problem is the way the bat script is called from the c# application.Now its functioning as expected. Also thanks for pointing to use the JLink -SDK . But due to budget constraints we decided on Jlink commander.

  • Hi, Im trying to program the Cortex using Jlink Flash commander. I used Jlink commandfile script for programming the device. Im executing the script from batch file. So far everything works fine. Now i want to automate this process. I have tried using C# and invoking the batch script from the C# process. The programming is always successful but sometimes the console prints says Target-memory ,unspecified error or JTAG request time out etc. My question when i execute batch file manually the conso…