Author |
Message |
Topic: Multiple hardware uarts problem |
yokos2271
Replies: 2
Views: 5892
|
Forum: General CCS C Discussion Posted: Thu Oct 03, 2013 9:14 am Subject: Multiple hardware uarts problem |
Hi,
I'm trying to use two hardware UARTS , and i'm having some problems .
If i Have only one UART Enabled, UART2 works fine :
#use rs232(UART2,baud=57600,parity=N,bits=8,ERRORS,stream = U2 ... |
Topic: PIC24HJ PLL clock confusion |
yokos2271
Replies: 5
Views: 10018
|
Forum: General CCS C Discussion Posted: Tue Jun 18, 2013 9:32 am Subject: PIC24HJ PLL clock confusion |
Thank you jeremiah and Ttelmah for detail explanation. |
Topic: PIC24HJ PLL clock confusion |
yokos2271
Replies: 5
Views: 10018
|
Forum: General CCS C Discussion Posted: Tue Jun 18, 2013 9:28 am Subject: PIC24HJ PLL clock confusion |
Copy and paste mistake .
Should be:
#use delay(clock=64Mhz, crystal=16Mhz)
Is it possible to use not even PLL like 3x :
#use delay(clock=48Mhz, crystal=16Mhz)
Thanks |
Topic: PIC24HJ PLL clock confusion |
yokos2271
Replies: 5
Views: 10018
|
Forum: General CCS C Discussion Posted: Mon Jun 17, 2013 3:52 pm Subject: PIC24HJ PLL clock confusion |
Hello ,
I would like to use HS crystal 16MHz in PLL configuration getting 64MHz.
MCU is use is PIC24HJ64GP206.
I'm confused because looks like PPL input can be only 0.8-8 MHz based on spec pdf p. ... |
Topic: Hoperf FSK modules help! |
yokos2271
Replies: 0
Views: 3630
|
Forum: General CCS C Discussion Posted: Tue May 20, 2008 9:45 am Subject: Hoperf FSK modules help! |
just got low cost FSK MODULES from
http://www.hoperf.com/rf_fsk.asp
RFM01-Receiver Module
RFM02-Transmitter Module
Does anybody has any experience using them.
I'm looking for an ... |
|