T O P I C R E V I E W |
sprit01 |
Posted - 03/03/2009 : 18:08:28 I have a problem with GQ3x program.. In some reason, the last portion of code is not loaded on the program.. when I use icprog and willem programmer pro, all the data is loaded . but thez program GQ-3X is using doesn't show up.. There is a pic I captured to help you to understand.. I want to burn my program with other program using GQ-3X Please help me~~
Image Insert:
120.57 KB |
4 L A T E S T R E P L I E S (Newest First) |
sprit01 |
Posted - 03/06/2009 : 08:53:00 Thank you~ |
ZLM |
Posted - 03/05/2009 : 16:08:23 Change the Memory Type to CONFIG and try.
That value should not be changed. Because every chip has different value.
Read first and keep the reading result as a record. The original value is the best value which is calibrated value from the chip factory.
|
sprit01 |
Posted - 03/05/2009 : 05:05:43 Thank you my god~ I tried... the data I want to change was 4bytes from 3fe I changed it, and the burnner saied "it's recoreded" however, the data I change wasn't change I don't know what's wrong |
ZLM |
Posted - 03/03/2009 : 23:37:42 That is correct.
The last byte data is not the code. It is on chip clock calibration value. That value should not be erased and modified. Unless you need to adjust the on chip clock.
That value is protected in True USB GQ programmer software. If you need to change this calibrated value, then you can change this value in the configuration window.
See:
Image Insert:
However, if you want to let software to display the last two byte, then you can increase the code size by 2 bytes.
For example, if you chip is PIC12F629, then you can open the devices.txt file and find the line for PIC12F629 and change the CodeSize="2046" to CodeSize="2048".
But when you doing write operation, this will overwrite the calibration byte if you put any value that is not correct value. |