Hello
I want to create a batch file that unlocks one microcontroller before writing , but I'm not sure how to do it.
Reading the manual I saw two options: -setcpuidcode and -setrxidcode. This is what I'm trying to do, but it's not working because JFLASH always shows the id code window:
Code
%path_JFLASH_exe% -openprj%path_FILES_JFLASH% -setrxidcode%XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX% -startapp -hide -exit
- It's not clear to me after reading the description what the difference is between -setcpuidcode and -setrxidcode.
- Does -setrxidcode go before or after -startapp?
- Does the id code should go between percentage signs?
Regards