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.

[No title]

Status
Not open for further replies.

raman00084

Full Member level 6
Joined
Nov 29, 2010
Messages
362
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Activity points
4,006
dspic 30f6010a pll issue with ccs

how to enable pll in dspic 30f6010a ic i use the following


#FUSES NOWDT //No Watch Dog Timer
#FUSES XT_PLL16
#FUSES CKSFSM //Clock Switching is enabled, fail Safe clock monitor is enabled
#FUSES NOBROWNOUT //No brownout reset

#device ICSP=1

#use delay(clock=64MHz,crystal=4MHz)


i am using 4 mhz crystal and enabling 16x pll so that i can get 64mhz

but the pll 64mhz is not working no response i just wrote a led toggle program but it is not toglling



if i take this 2 lines

#FUSES XT_PLL16
#use delay(clock=64MHz,crystal=4MHz)


and add this line

#use delay(crystal=4MHz)

it is working perfect without pll enabling it is working perfect

this problem i am facing only in dspic ordinary pic 18f series works


kindly give the steps for enabling pll in ccs complier



regards
kalyan
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top