Next
Previous
Contents
- Starting the program, i get the following error: Error setting erase time!
- As you see, read signature operation was successfully completed, so you are able to read from
the microcontroller, but you are not able to write.
Probably you have not set the correct CpuClock (option -c) , or timings are too much fast for
your microcontroller. Try to specify the correct or a lower clock frequency, for example
pcnec -c 4000 filename.hex if you are using 5 MHz clock or higher.
- On Windows syncronization cannot be performed, why?
- Probably your CPU speed is little different than the PII 333MHz: you must change the
-l parameter using a value greater than 75 for faster CPU, or lower than 75 for
cpu slower than PII 333MHz.
If you are using an Athlon XP2000, try pcnec -l 300 filename...
Next
Previous
Contents