Hello,
I have a batch file that calls JLink.exe to set it up and run a command file.
.bat file contents
command file contents
When I right click the .bat file located in a folder on my desktop and run it, I have no issue with it running. When I call the .bat file in LabVIEW, I get the following error:
J-Link>loadbin Example.bin,0x400000
'loadbin': Performing implicit reset & halt of MCU.
Downloading file [Sam4sRecoveryFullImage.bin]...
Failed to open file.
J-Link>exit
My question is, if it is failing to open the file, is there any other way I could call that file for it to be able to work though LabVIEW?
I have a batch file that calls JLink.exe to set it up and run a command file.
.bat file contents
command file contents
When I right click the .bat file located in a folder on my desktop and run it, I have no issue with it running. When I call the .bat file in LabVIEW, I get the following error:
J-Link>loadbin Example.bin,0x400000
'loadbin': Performing implicit reset & halt of MCU.
Downloading file [Sam4sRecoveryFullImage.bin]...
Failed to open file.
J-Link>exit
My question is, if it is failing to open the file, is there any other way I could call that file for it to be able to work though LabVIEW?