
Originally Posted by
delateurj
I have the same combination.
Here is the command line I use (accessed by selecting edit in the comiler and programmer options dialog):
/PPIC$target-device$ /F$hex-filename$ /M -h9 /I
the /M basically tells it to totally reprogram the device including an erase at start
the -h9 causes the dos window to say open for nine seconds. 9 is the max value. You can change that to -hk and that will cause the window to not be closed until you hit a key. If you do that and don't close the window you'll get an error on next time (at least I did).
/I causes it to display device ID and silicon revision.
Bookmarks