I use JFlashArm.exe to program MKL15Z128xxx4 devices with a J-Link Pro.
Until now, i used the gui-mode and everything works fine.
But now i wanted to try the command line mode and i get an acces denied
error on the file "JFlashARM.ini". A screenshot of the error message is
attached.
I use the following content in a batch-file:
Code
JFlashARM.exe -openprjMKL15Z128xxx4-Release.jflash -open..\Debug\kmp.hex -auto -startapp -exit
IF ERRORLEVEL 1 goto ERROR
goto END
:ERROR
ECHO J-Flash ARM: Error!
pause
:END
If i use the gui mode, i can not find a ini-file with that name in the stated directory. Is this file really used/created/needed ?
What can i do to avoid the access to this ini-file?
Regars,
Martin