Author |
Message |
Topic: I2C Stop Conditions |
PhilWinder
Replies: 7
Views: 8265
|
Forum: General CCS C Discussion Posted: Sat Dec 16, 2006 4:40 pm Subject: I2C Stop Conditions |
Yep already done that. Sorry!
Thanks,
Phil Winder |
Topic: I2C Stop Conditions |
PhilWinder
Replies: 7
Views: 8265
|
Forum: General CCS C Discussion Posted: Fri Dec 15, 2006 6:32 pm Subject: I2C Stop Conditions |
Hi,
Im a bit confused with your explanation, this is the Slave part of the device, and what I am saying is that the stop bit is not being interrupted, I think, because I am still in the interrupt ro ... |
Topic: I2C Stop Conditions |
PhilWinder
Replies: 7
Views: 8265
|
Forum: General CCS C Discussion Posted: Wed Dec 13, 2006 3:08 pm Subject: I2C Stop Conditions |
Hi,
Ive been battling with I2C Routines, and I notice that I cannot effectively find the end of the I2C data.
There should be two options, the first is to send a byte which contains the length of th ... |
Topic: PIC16F676 Won't Run |
PhilWinder
Replies: 4
Views: 6138
|
Forum: General CCS C Discussion Posted: Mon Dec 11, 2006 5:56 am Subject: PIC16F676 Won't Run |
I know how you feel, I hate these stupid, "why wont it start" problems. Could be a number of things,
Put in all the fuses in PICC, because every time you re-import your file in MPLAB, the ... |
Topic: Questions regarding "Mark's" I2C communication rou |
PhilWinder
Replies: 0
Views: 2728
|
Forum: General CCS C Discussion Posted: Sun Dec 10, 2006 9:40 am Subject: Questions regarding "Mark's" I2C communication rou |
if (PORTAbits.RA0) output_low(PIN_A0); // Slightly changed so when the command is sent, it just inverts the LED
else output_high(PIN_A0);
Blink_Back_LED(0x6E, 14); ... |
Topic: PWMWizard |
PhilWinder
Replies: 9
Views: 14933
|
Forum: General CCS C Discussion Posted: Sat Dec 09, 2006 8:57 am Subject: Sorted! |
I was just searching for PWM related issues and came accross this and shock horror, no one has messaged back saying "How good is this!"
So simple, but super helpful.
You should email CCS a ... |
Topic: Debugging arrow on MPLAB off by 2 lines |
PhilWinder
Replies: 7
Views: 7861
|
Forum: General CCS C Discussion Posted: Sat Sep 03, 2005 1:57 pm Subject: Debugging arrow on MPLAB off by 2 lines |
Im guessing that you are using the ICD2 (or equivilent). This is normal and is describe in numerous manuals. Check them out.
If you are not using the ICD2 to debug, then what are you using????
... |
Topic: Trying to Find an IC |
PhilWinder
Replies: 5
Views: 7810
|
Forum: General CCS C Discussion Posted: Fri Jul 22, 2005 2:19 pm Subject: Trying to Find an IC |
Ok guys, thanks a lot.
As for the package, it is a Micro SOIC (aka. MSOIC) package.
As for the date code, i still do not know.
The code was a shorthand for the ADG619 SPDT analog switch. I r ... |
Topic: Trying to Find an IC |
PhilWinder
Replies: 5
Views: 7810
|
Forum: General CCS C Discussion Posted: Thu Jul 21, 2005 2:21 pm Subject: Trying to Find an IC |
Hi, i guess this is the best place to post this so here goes...
Ive just found a load of IC's and i cant for the life of me find where they are from. Ive crawled all over the net and i cant find a ... |
Topic: frantically searching for pic C related FFT code. |
PhilWinder
Replies: 13
Views: 23401
|
Forum: General CCS C Discussion Posted: Sat May 28, 2005 1:13 pm Subject: frantically searching for pic C related FFT code. |
Hi scott,
They are the questions that i am interested in answering myself. I am going to be taking a fft of a guitar and vocals. not at the same time.
I dont know how many fft points i will ... |
Topic: frantically searching for pic C related FFT code. |
PhilWinder
Replies: 13
Views: 23401
|
Forum: General CCS C Discussion Posted: Fri May 27, 2005 10:36 am Subject: frantically searching for pic C related FFT code. |
yeah i think ive come to that conclusion too. Lots of people say its 'possible' but like both of you said, it will be slow.
Im looking to perform fouier analysis on an audio signal so dependant on ... |
Topic: frantically searching for pic C related FFT code. |
PhilWinder
Replies: 13
Views: 23401
|
Forum: General CCS C Discussion Posted: Thu May 26, 2005 12:22 pm Subject: frantically searching for pic C related FFT code. |
Hi guys, thanks for the replies.
Rwyoung: Thats what my basic problem is. I have found loads of C implamentations of the fft, but they are all written specifically for computer use. All optimis ... |
Topic: frantically searching for pic C related FFT code. |
PhilWinder
Replies: 13
Views: 23401
|
Forum: General CCS C Discussion Posted: Tue May 24, 2005 3:32 pm Subject: frantically searching for pic C related FFT code. |
hey, ive been reading and searching for ages for something, anything that relates to pics and C code for FFT calculations. ive done a bit of reading but its bladdy complicated and ive come to the con ... |
Topic: RS232 Question |
PhilWinder
Replies: 4
Views: 7791
|
Forum: General CCS C Discussion Posted: Sun May 15, 2005 9:50 pm Subject: RS232 Question |
Try doing some examples first, since they are not too hard to get working (assuming your harware is correct). Take a look at getc() in the manual. Once you have, then apply them to this task. If yo ... |
Topic: Help with external EEPROM code |
PhilWinder
Replies: 6
Views: 11348
|
Forum: General CCS C Discussion Posted: Sun May 15, 2005 6:18 pm Subject: Help with external EEPROM code |
ok, good point, i was looking to do this in a later revision, so thats why i put all the delays in the main() code, so i dont have to take the polling into consideration. And obviously it isnt foolpr ... |
|