dhakeparag81
Full Member level 2
fPic32mx795f512L Start probleml
Hello,
Recently im facing weird problem with my pic32mx795f512l project.
Controller wont start until i touch to it with bare finger. I know its not recommended to touch it.
I have interface LCD, LED's to it, when i power on everything i blank lcd not initialized power on led which is on port pin is OFF, as soon as i touch to controller everything start to work.
Im using external crystal of 20Mhz with 33PF cap, i try change it but wont work.
I also checked the basic minimum ckt which looks fine, means cap to vdd and gnd, vcap capacitor of 10uf 16v i try 1uf as well.
this is my current configuration
i have also tried on internal crystal with this config
Hello,
Recently im facing weird problem with my pic32mx795f512l project.
Controller wont start until i touch to it with bare finger. I know its not recommended to touch it.
I have interface LCD, LED's to it, when i power on everything i blank lcd not initialized power on led which is on port pin is OFF, as soon as i touch to controller everything start to work.
Im using external crystal of 20Mhz with 33PF cap, i try change it but wont work.
I also checked the basic minimum ckt which looks fine, means cap to vdd and gnd, vcap capacitor of 10uf 16v i try 1uf as well.
this is my current configuration
Code:
#pragma config FPLLMUL = MUL_20, FPLLIDIV = DIV_5, FPLLODIV = DIV_1, FWDTEN = ON
#pragma config POSCMOD = HS, FNOSC = PRIPLL, FPBDIV = DIV_2
#pragma config FSOSCEN = OFF
#pragma config FUSBIDIO = OFF // USB USID Selection (Controlled by Port Function)
#pragma config FVBUSONIO = OFF // USB VBUS ON Selection (Controlled by Port Function)
#pragma config DEBUG = ON // Background Debugger Enable (Debugger is enabled)
#pragma config WDTPS = PS4096
#pragma config CP = ON
i have also tried on internal crystal with this config
Code:
#pragma config FPLLMUL = MUL_20, FPLLIDIV = DIV_2, FPLLODIV = DIV_1, FWDTEN = ON
#pragma config POSCMOD = HS, FNOSC = FRCPLL, FPBDIV = DIV_2
#pragma config FSOSCEN = OFF
#pragma config FUSBIDIO = OFF // USB USID Selection (Controlled by Port Function)
#pragma config FVBUSONIO = OFF // USB VBUS ON Selection (Controlled by Port Function)
#pragma config DEBUG = ON // Background Debugger Enable (Debugger is enabled)
#pragma config WDTPS = PS4096
#pragma config CP = ON