Author |
Message |
Topic: Dspic30F4011 PLL Settings |
mc@ey
Replies: 3
Views: 11044
|
Forum: General CCS C Discussion Posted: Mon Aug 11, 2014 4:07 am Subject: Dspic30F4011 PLL Settings |
here is my Source Code;
#include <30F4011>
#Fuses NOWDT
#Fuses CKSFSM
#Fuses NOBROWNOUT
#device ICSP=1
#use delay( crystal=10MHz, clock=40MHz)
#use rs232(baud=38400,xmit=PIN_F3,rcv=PI ... |
Topic: Dspic30F4011 PLL Settings |
mc@ey
Replies: 3
Views: 11044
|
Forum: General CCS C Discussion Posted: Mon Aug 11, 2014 4:00 am Subject: Dspic30F4011 PLL Settings |
Start by looking in the .h file for the chip, and at the data sheet.
You will see in the data sheet, that unlike the PIC18, with just *4 PLL, you have a choice of *4, *8, and *16. However then you se ... |
Topic: Dspic30F4011 PLL Settings |
mc@ey
Replies: 3
Views: 11044
|
Forum: General CCS C Discussion Posted: Mon Aug 11, 2014 1:36 am Subject: Dspic30F4011 PLL Settings |
Hi All,
I am new in DsPic world. i often worked with pic18f family. In my Project i use dspic30f4011 with 10mhz quarz.
in my understanding i have a result from 2,5 MIPS
i would like to wor ... |
|