germans
Joined: 04 Feb 2016 Posts: 11
|
PIC18F4550 Help :) |
Posted: Fri Mar 11, 2016 10:26 am |
|
|
Hi guys.
I'm working with a PIC18F4550 and all was going perfect... I have a 4 MHz crystal and the configuration is as follow:
Code: | // Fuses
#fuses HSPLL,NOWDT,NOPROTECT,NOLVP,DEBUG,USBDIV,PLL1,CPUDIV4,VREGEN,MCLR,ICSP1
#use delay(clock=16M)
|
By accident, I powered the PIC with 8.5 V, 15 seconds until i realized. I thought that the micro has survived. But now (ten days later) the PIC can't recognise the crystal. I mean, with the internal oscillator it works perfect, but when i configure to work with an external crystal it makes what it want.
I tried with different crystals (4, 8 and 20 MHz) and with the corresponding C (15, 22 and 27 pF) but it doesn't recognise none of them. Do you think the PLL of the PIC is dead? The rest of the PIC works nice! I'm having a lot of headaches!
Thanks, I'm waiting your opinion |
|
temtronic
Joined: 01 Jul 2010 Posts: 9229 Location: Greensville,Ontario
|
|
Posted: Fri Mar 11, 2016 10:45 am |
|
|
Toss it out, PDQ !! If nothing else the 'guts' for the external (XTAL) osc is kaput. WHY take a chance on using KNOWN defective parts? Sooner or later 'something' else inside the blob of epoxy will fail.
If you weren't so far away you could have the tube of 4550 I have collecting dust here.
Jay |
|