Author |
Message |
Topic: delay_us() problem |
ice
Replies: 2
Views: 13533
|
Forum: General CCS C Discussion Posted: Sun Feb 04, 2007 1:12 pm Subject: Thank you |
Thank you for your help,PCM.
It now works.
My servo update in now at 70Hz ,I 'm not able to go lower than that(RTCC_DIV_256).It's slow, but it gets it's position right.
In case anyone finds i ... |
Topic: delay_us() problem |
ice
Replies: 2
Views: 13533
|
Forum: General CCS C Discussion Posted: Sun Feb 04, 2007 12:18 pm Subject: delay_us() problem |
Hello,
i'm running a 16F876A chip at 20Mhz
I am trying to drive a hobby servo, using the following code(from elsewhere in this forum) to generate 1ms to 2ms timings.
#include <16F876A.h> ... |
Topic: Serial Comm. problem between 2 PICs |
ice
Replies: 4
Views: 7499
|
Forum: General CCS C Discussion Posted: Tue Jun 28, 2005 4:23 am Subject: Serial Comm. problem between 2 PICs |
Hello,
Im trying to communicate between 2 pics ,with no success
The ADC value
while(TRUE)
{
test=read_adc();
delay_ms(10);
sprintf(b,"%lu&q ... |
Topic: 93c46 initialising |
ice
Replies: 8
Views: 12285
|
Forum: General CCS C Discussion Posted: Fri Jun 10, 2005 12:34 am Subject: Ahhhhhhhh!! |
Ahhhhhhhhhhhhh!!!!! goddamit!!
i never even noticed it ,not even a teeny tiny bit...jst skipped my mind that the serial pins are being used[they run at the bottom of the board]....
uhhhh!.... ... |
Topic: Contactless |
ice
Replies: 2
Views: 4709
|
Forum: General CCS C Discussion Posted: Thu Jun 09, 2005 10:59 pm Subject: Contactless |
From PIC -> contactless chip
Do you mean using RF..
isf thats what you mean ,yes you can,say from PIC to PIC or PIC to PC and vice versa
you get OEM radio modules like Ming and Radiometrix.
... |
Topic: 93c46 initialising |
ice
Replies: 8
Views: 12285
|
Forum: General CCS C Discussion Posted: Thu Jun 09, 2005 10:52 pm Subject: 93c46 initialising |
treitmey,
Thanks for trying to help.
PCM programmer,
These are the pic details
1. What PIC are you using ?
pic16f876a
2. What PIC pins are you using for your RS232 ?
Hardware UART,pins ... |
Topic: 93c46 initialising |
ice
Replies: 8
Views: 12285
|
Forum: General CCS C Discussion Posted: Thu Jun 09, 2005 2:25 am Subject: 93c46 initialising |
Im using Microchip's EEProm..in the 8 bit mode meaning ive to tie it down to Vdd
Im using the CCS 9356spi.c example as a template:
i changed the driver file from 9356spi.c to 9346.c
#includ ... |
Topic: Funny problem with PWM |
ice
Replies: 2
Views: 5291
|
Forum: General CCS C Discussion Posted: Thu Jun 02, 2005 10:26 pm Subject: Funny problem with PWM |
Thanks Mark... : ) |
Topic: LCD entirely on PORTA |
ice
Replies: 20
Views: 29217
|
Forum: General CCS C Discussion Posted: Mon May 30, 2005 8:13 am Subject: LCD entirely on PORTA |
yup ..got it
Thanks alot Rob.. |
Topic: LCD entirely on PORTA |
ice
Replies: 20
Views: 29217
|
Forum: General CCS C Discussion Posted: Mon May 30, 2005 6:08 am Subject: LCD entirely on PORTA |
Hello,
I cant figure out what the following lines do in the LCD.c driver
struct lcd_pin_map const LCD_WRITE = {0,0,0,0,0}; // For write mode all pins are out
struct lcd_pin_map const LC ... |
|