Author |
Message |
Topic: 10KHz-50KHz frequency using CCP in '46K22 |
jvd
Replies: 6
Views: 11699
|
Forum: General CCS C Discussion Posted: Sun May 24, 2015 3:36 am Subject: 10KHz-50KHz frequency using CCP in '46K22 |
Thank you very much Ttelmah.
I'll try to see if power PWM is good enough.
Do you have any suggestions for a chip with the programmable frequency generator? |
Topic: 10KHz-50KHz frequency using CCP in '46K22 |
jvd
Replies: 6
Views: 11699
|
Forum: General CCS C Discussion Posted: Sun May 24, 2015 1:26 am Subject: 10KHz-50KHz frequency using CCP in '46K22 |
Thank you both.
You don't tell us your clock frequency.
I calculated use the code in this post but change to an 8mhz clock and you have better resolution than you need.
I Haven't worked with NCO be ... |
Topic: 10KHz-50KHz frequency using CCP in '46K22 |
jvd
Replies: 6
Views: 11699
|
Forum: General CCS C Discussion Posted: Sat May 23, 2015 1:29 am Subject: 10KHz-50KHz frequency using CCP in '46K22 |
I'm trying to write a program to generate frequencies from 20KHz to 50KHz using CCP. The problem is resolution. I need 0.1KHz steps but the best I get with a prescale of 1 and around 50 KHz is 0.7KHz. ... |
Topic: ENC28J60 interrupt code |
JED
Replies: 3
Views: 7181
|
Forum: General CCS C Discussion Posted: Thu Mar 01, 2007 1:17 pm Subject: ENC28J60 interrupt code |
Thanks for the prompt reply. I see an interrupt in Tick.c but it is the counter 0 interrupt. I think the ENC28J60 causes an external interrupt to the PIC. Every hardware example I see connects INT0 of ... |
Topic: ENC28J60 interrupt code |
JED
Replies: 3
Views: 7181
|
Forum: General CCS C Discussion Posted: Thu Mar 01, 2007 12:04 pm Subject: ENC28J60 interrupt code |
Does anyone know what file has the interrupt service subroutine that executes for the ENC28J60 in the CCS tcp/ip stack?I have looked for a couple of hours and I can�t seem to find anything. I have a P ... |
Topic: 18f4550 port D weak pullups. |
JED
Replies: 6
Views: 9855
|
Forum: General CCS C Discussion Posted: Wed Jan 31, 2007 7:08 am Subject: 18f4550 port D weak pullups. |
Thanks for the reply Ttelmah. I did what you said and it works! The RDPU bit still always reads 0 but I have tested my board with a volt meter and when I set RDPU all pins on port d get pulled high an ... |
Topic: 18f4550 port D weak pullups. |
JED
Replies: 6
Views: 9855
|
Forum: General CCS C Discussion Posted: Tue Jan 30, 2007 9:39 am Subject: 18f4550 port D weak pullups. |
In the data sheet for the 18f4550 it states there is a port D weak pull up option enabled with bit 7 of �port E register� 0xF84 (found on p66, p120 and p123 of the data sheet) which contains port E i ... |
Topic: DLP2232PB+CCS from Mouser |
jdd
Replies: 0
Views: 2971
|
Forum: General CCS C Discussion Posted: Wed Jan 17, 2007 8:36 pm Subject: DLP2232PB+CCS from Mouser |
Hi everybody,
Recently I bought a prototyping board from mouser.com (part number is 626-DLP2232PB-CCS). It includes a board with two chips: PIC877A & USB interface, and CCS compiler. Both HW an ... |
Topic: how i made sound from music files |
JED
Replies: 9
Views: 20398
|
Forum: General CCS C Discussion Posted: Mon Nov 27, 2006 7:31 pm Subject: how i made sound from music files |
Hi, over the past weekend I was playing with a similar project. I used winhex a program referred to on other post on this form(see link), to manipulate a .wav file. Using windows sound recorder i crea ... |
Topic: ENC28J60 "WOL" signal? |
JED
Replies: 3
Views: 12584
|
Forum: General CCS C Discussion Posted: Sun Oct 08, 2006 11:05 am Subject: ENC28J60 "WOL" signal? |
Thank you both for the quick response. Sadly it didn�t occur to me to google it. I haven�t had time to do any further research but it looks like it is an option I probably won�t use for the time being ... |
Topic: ENC28J60 "WOL" signal? |
JED
Replies: 3
Views: 12584
|
Forum: General CCS C Discussion Posted: Sat Oct 07, 2006 7:59 pm Subject: ENC28J60 "WOL" signal? |
Does anyone know what the WOL (pin 5 on a DIP package) signal does on the ENC28J60? I have a olimex NIC based on the ENC28J60 and its documentation mentions a �WOL� signal on pin 5 of the ENC28J60. T ... |
Topic: OFF TOPIC: Hardware question --> DC / AC converter |
JED
Replies: 10
Views: 10143
|
Forum: General CCS C Discussion Posted: Thu Sep 21, 2006 5:54 pm Subject: OFF TOPIC: Hardware question --> DC / AC converter |
Hi Student,
I�m currently working on a similar project myself. For a possible microprocessor solution you can use a PIC with pulse width modulation hardware like an 18F4431. You can then create a sin ... |
Topic: Pic to pic code question ... |
J_D
Replies: 2
Views: 4517
|
Forum: General CCS C Discussion Posted: Sun Apr 24, 2005 11:30 am Subject: Pic to pic code question ... |
Hello CCS community:
I am new to programming pic micro-controllers and am having trouble trying to get two pic16F87/88s to communicate with each other. My seriaI communication with the PC is workin ... |
|