Author |
Message |
Topic: FAST I/O |
salmankhalid16
Replies: 3
Views: 5642
|
Forum: General CCS C Discussion Posted: Thu Jun 26, 2014 10:06 am Subject: FAST I/O |
Hello All
i am facing a problem in executing a code
i am using PIC16F876 with 16MHz crystal
when ever i wrote the lines
output_high(PIN_C5)
output_low(PIN_C5)
now the pulse remains high ... |
Topic: FREQUENCY COUNTER PROBLEM |
salmankhalid16
Replies: 3
Views: 6344
|
Forum: General CCS C Discussion Posted: Sat Jun 21, 2014 9:09 am Subject: FREQUENCY COUNTER PROBLEM |
Hello All
i want to make a frequency counter. The frequency range is from 0Hz to 1000Hz... I am using 11.0592MHz crystal... Also i want to generate a 100Hz pulse using timer 2...
my code is as und ... |
Topic: timer based 100hz cycle |
salmankhalid16
Replies: 7
Views: 8882
|
Forum: General CCS C Discussion Posted: Sat Jun 14, 2014 6:30 am Subject: timer based 100hz cycle |
please help...... |
Topic: TIMER ISSUE |
salmankhalid16
Replies: 3
Views: 4902
|
Forum: General CCS C Discussion Posted: Fri Jun 13, 2014 10:52 am Subject: TIMER ISSUE |
I m using pic16F876..
can you please post the code to do so... |
Topic: timer based 100hz cycle |
salmankhalid16
Replies: 7
Views: 8882
|
Forum: General CCS C Discussion Posted: Fri Jun 13, 2014 10:40 am Subject: timer based 100hz cycle |
Thanks for the reply....
I am using pic16f876 and want to use timer 2...
I want a 10ms pulse, which ON time is 7ms during which i will do my adc reading and sending serial data and OFF time is 3ms ... |
Topic: timer based 100hz cycle |
salmankhalid16
Replies: 7
Views: 8882
|
Forum: General CCS C Discussion Posted: Fri Jun 13, 2014 9:32 am Subject: timer based 100hz cycle |
Hello all...
I am working on a project in which i have to generate a 100 hz waveform.
Now my code takes 7ms to complete all tasks, ie reading adc and sending data on serial port.
And 3ms is free t ... |
Topic: TIMER ISSUE |
salmankhalid16
Replies: 3
Views: 4902
|
Forum: General CCS C Discussion Posted: Fri Jun 13, 2014 12:13 am Subject: TIMER ISSUE |
Hello all
I am using PIC16F876 with 16Mhz crystal
I am unable to produce a 100KHz square waveform using timer2 interrupts.
the timer 2 command i give is
setup_timer_2(T2_div_BY_1, 40, 1)
... |
Topic: PIC24 hardware issue |
salmankhalid16
Replies: 3
Views: 4737
|
Forum: General CCS C Discussion Posted: Mon Apr 12, 2010 9:48 am Subject: PIC24 hardware issue |
hi all
I made a hardware to use the PIC24fj256gb110 microcontroller..
but I am getting problems in programming it...
When I try to communicate with MPLAB ICD2 DEBUGGER through 6 pin RJ45 ca ... |
Topic: explorer 16 and PIC24FJ256GB110 |
salmankhalid16
Replies: 7
Views: 7661
|
Forum: General CCS C Discussion Posted: Thu Jan 14, 2010 10:07 pm Subject: explorer 16 and PIC24FJ256GB110 |
Well everything is ok.
Becoz when I program using other programming tools it works.
But it only gives the mentioned error when I try to program with PIC C
Error lies in fuses maybe, but how to co ... |
Topic: explorer 16 and PIC24FJ256GB110 |
salmankhalid16
Replies: 7
Views: 7661
|
Forum: General CCS C Discussion Posted: Thu Jan 14, 2010 1:27 am Subject: explorer 16 and PIC24FJ256GB110 |
Fuses are set automatically by CCS compiler.
So where the error lies???
I tell the complier at startup what settings I want. |
Topic: explorer 16 and PIC24FJ256GB110 |
salmankhalid16
Replies: 7
Views: 7661
|
Forum: General CCS C Discussion Posted: Wed Jan 13, 2010 1:51 am Subject: still issue |
when i try to program the code from ICD to my PIC24FJ256GB110 using explorer 16 board it displays the following error message
"ICD0083 Debug: unable to enter debug mode"
what is the ... |
Topic: explorer 16 and PIC24FJ256GB110 |
salmankhalid16
Replies: 7
Views: 7661
|
Forum: General CCS C Discussion Posted: Tue Jan 12, 2010 4:25 am Subject: explorer 16 and PIC24FJ256GB110 |
i was earlier using PIC24FJ128GA010 with explorer 16 board.
but when i sifted to PIC24FJ256GB110 it gives some problems
i replace the MC pim but when i try to program the PIM (PIC24FJ256GB110) usi ... |
Topic: PIC24FJ256GB110 issues |
salmankhalid16
Replies: 1
Views: 3563
|
Forum: General CCS C Discussion Posted: Mon Jan 11, 2010 4:29 am Subject: PIC24FJ256GB110 issues |
i will be using PIC24FJ256GB110.
but i am unable to find its UART and SPI pins.
what are remappable pins???
how to configure it to be used for UART and SPI operations.
also can this MC be used ... |
Topic: PIC24FJ128GA010 and spi |
salmankhalid16
Replies: 2
Views: 5976
|
Forum: General CCS C Discussion Posted: Thu Dec 24, 2009 1:21 am Subject: PIC24FJ128GA010 and spi |
I am new to world of PIC.
I want some good tutorials on using spi and other peripherals in PIC by using CCS C compiler.
Can anyone tell me about some good website for it ? |
Topic: PIC24FJ128GA010 and spi |
salmankhalid16
Replies: 2
Views: 5976
|
Forum: General CCS C Discussion Posted: Tue Dec 22, 2009 11:47 pm Subject: PIC24FJ128GA010 and spi |
Hi all
I am now working on spi and pic24fj128ga010.
I have run the sample code in mplab C30 compiler but now I want to program for explorer 16 board in CCS PIC C.
In Explorer 16 board spi is co ... |
|