sarslanali
Joined: 01 Aug 2012 Posts: 2
|
|
Posted: Sun Aug 05, 2012 2:26 am |
|
|
I figured out why LEAPER 48 (PIC programmer made by Batronix) is not reading the parameters right. I am sharing it so that if anyone else has this problem it might help him.
Actually the problem is in the definition of PIC18f2550 and PIC18f4550. When you select the these devices from the menu, a dialog shows up that the config register is from 008300h to _____ while its actual config register starts at 300000h (It is available in the IC writer's folder and driver, named as pic18f2550.ini) . Even then if you don't set your parameters manually in parameters menu, your code will not run properly. Later if you put all FF in hex file, from the IC writer hex file menu, nothing will change. I don't know why it is like this. |
|