Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

LEAPER 48 does not pick PIC18f2550 parameters by its self.

Status
Not open for further replies.

sarslanali

Junior Member level 2
Joined
Aug 12, 2011
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,505
I am trying to usb interface my PIC18f2550 with PC. I am using WFF HID USB demo from waitingforfriday.com .The problem is that the LEAPER 48 universal burner is not picking the config bits. I compiled the code with C18 compiler in MPLAB lite ide. The problem is that PC recognizes HID device but its very random. Sometimes it picks and sometimes not. I think the problem is with the internal pull up registers. They are set in the code but when I measure the D+ line it only has about 0.5 volts and VUSB has about 2.9 Volts. I think the problem is with the LEAPER 48. Because in device ID it shows all zeroes when I load the hex file. Please help.
 

I figured out why LEAPER 48 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.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top