Next Previous Contents

5. Questions and Answers

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.


Next Previous Contents