Author |
Message |
Topic: Problem reading two AD channels |
siphorob
Replies: 1
Views: 4697
|
Forum: General CCS C Discussion Posted: Wed Oct 27, 2010 1:18 pm Subject: Problem reading two AD channels |
Hi I have a problem reading two AD channels.
The value of the next channel is very next to the first channel.
There is the code:
delay_us(100);
setup_port_a(RA0_ANALOG);
setup_a ... |
Topic: Measuring RPMs using PIC16F877 |
siphorob
Replies: 8
Views: 7339
|
Forum: General CCS C Discussion Posted: Mon Oct 25, 2010 5:55 am Subject: Measuring RPMs using PIC16F877 |
I also tried using the count.c program on this thread:
http://www.ccsinfo.com/forum/viewtopic.php?t=41877 |
Topic: Measuring RPMs using PIC16F877 |
siphorob
Replies: 8
Views: 7339
|
Forum: General CCS C Discussion Posted: Mon Oct 25, 2010 5:33 am Subject: Measuring RPMs using PIC16F877 |
Dear PCM programmer,
I have tried a variety of samples found on the search results, the problems I have with code is very vague, or does not work completely.
Some of the treads are left with no co ... |
Topic: Measuring RPMs using PIC16F877 |
siphorob
Replies: 8
Views: 7339
|
Forum: General CCS C Discussion Posted: Sun Oct 24, 2010 11:31 am Subject: Measuring RPMs using PIC16F877 |
Was the information provided enough?
Please advise. |
Topic: Measuring RPMs using PIC16F877 |
siphorob
Replies: 8
Views: 7339
|
Forum: General CCS C Discussion Posted: Sun Oct 24, 2010 9:41 am Subject: Measuring RPMs using PIC16F877 |
Hi,
I am using the example in EX_FREQC.C:
++++++++++++++++++++++++
Code removed.
Reason: Forum Rule #10
10. Don't post the CCS example code or drivers, or ask for such code and drivers. ... |
Topic: Measuring RPMs using PIC16F877 |
siphorob
Replies: 8
Views: 7339
|
Forum: General CCS C Discussion Posted: Sun Oct 24, 2010 9:26 am Subject: Measuring RPMs using PIC16F877 |
Hi,
I'm using a hall effect sensor to calculate the speed of a dc motor, I tried a couple of Examples listed in CCS with very little luck.
Please help. |
Topic: Multiplexing an input, using RB0 as INT and display |
siphorob
Replies: 4
Views: 6393
|
Forum: General CCS C Discussion Posted: Fri Oct 22, 2010 12:21 am Subject: Multiplexing an input, using RB0 as INT and display |
I tried disabling the lcd routines and tried to run the code on HyperTerminal. As soon as I start generating interrupts on RB0 the HyperTerminal stops working. Please advise on how I can solve this, I ... |
Topic: Multiplexing an input, using RB0 as INT and display |
siphorob
Replies: 4
Views: 6393
|
Forum: General CCS C Discussion Posted: Thu Oct 21, 2010 12:12 am Subject: Multiplexing an input, using RB0 as INT and display |
Hi,
I am experiencing difficulties using multiplexing portb, of the PIC16f877A.
I have connected my portb for my lcd, and I am also trying to use RB0 as an external interrupt source.
LCD_DB4 PIN ... |
Topic: Problem using LCD.c |
siphorob
Replies: 5
Views: 8312
|
Forum: General CCS C Discussion Posted: Wed Oct 13, 2010 1:08 pm Subject: Problem using LCD.c |
Thank you, thank you.
The is the best fourm ever |
Topic: Problem using LCD.c |
siphorob
Replies: 5
Views: 8312
|
Forum: General CCS C Discussion Posted: Wed Oct 13, 2010 10:40 am Subject: Problem using LCD.c |
The piece of code still did not work. |
Topic: Problem using LCD.c |
siphorob
Replies: 5
Views: 8312
|
Forum: General CCS C Discussion Posted: Wed Oct 13, 2010 3:45 am Subject: Problem using LCD.c |
Thanks ,
I'll test the code. |
Topic: Problem using LCD.c |
siphorob
Replies: 5
Views: 8312
|
Forum: General CCS C Discussion Posted: Wed Oct 13, 2010 12:46 am Subject: Problem using LCD.c |
I'm using a 16x2 lcd RB0 - RB3 are used for data,
RB4 is unused, ENABLE is connected to RB5, RS is connected to RB6 and rw is connected to RB7.
The LCD does not display anything..
There is the ... |
|