Author |
Message |
Topic: 16F88 PWM output not working |
hisham.i
Replies: 5
Views: 12899
|
Forum: General CCS C Discussion Posted: Sat Mar 22, 2014 1:23 pm Subject: 16F88 PWM output not working |
PCM programmer, i thought the problem may be from my software! This is why i posted this here.
If i knew that the bug could be from Proteus i didn't post this thread here from the beginning!
Can y ... |
Topic: 16F88 PWM output not working |
hisham.i
Replies: 5
Views: 12899
|
Forum: General CCS C Discussion Posted: Sat Mar 22, 2014 12:20 pm Subject: 16F88 PWM output not working |
Hello,
I am trying to use the PWM in the CCP module of pic16F88 microcontroller.
I read a lot of threads here about how to configure CCP module for PWM, & i did the program according to this ... |
Topic: Easy pic board with ccs c compiler |
hisham.i
Replies: 9
Views: 13315
|
Forum: General CCS C Discussion Posted: Thu Sep 06, 2012 5:31 am Subject: Easy pic board with ccs c compiler |
Thank you for reply,
PCM programmer when you test your programs, do you a simulator like easy pic to test them or you have another way to test your programs? |
Topic: Easy pic board with ccs c compiler |
hisham.i
Replies: 9
Views: 13315
|
Forum: General CCS C Discussion Posted: Sun Sep 02, 2012 11:44 pm Subject: Easy pic board with ccs c compiler |
Hello,
I want to ask if ccs creates development tool for wide range of micro controllers like easy pic board?
The second question is can i program the micro controller directly while it is attac ... |
Topic: Determining square-wave frequency input into pic |
hisham.i
Replies: 49
Views: 146173
|
Forum: General CCS C Discussion Posted: Sat Aug 11, 2012 4:42 am Subject: Determining square-wave frequency input into pic |
Sorry for my post i didn't recognize that this question was asked in the second page of the post. |
Topic: Determining square-wave frequency input into pic |
hisham.i
Replies: 49
Views: 146173
|
Forum: General CCS C Discussion Posted: Sat Aug 11, 2012 4:33 am Subject: Determining square-wave frequency input into pic |
Hello,
I know that this is an old post but i have a question concerning the ccp interrupt routine.
// value by code in main().
#int_ccp1
void ccp1_isr(void)
{
int16 curren ... |
Topic: Difference between ccs c and microchip compiler |
hisham.i
Replies: 1
Views: 4601
|
Forum: General CCS C Discussion Posted: Mon Jul 02, 2012 1:19 am Subject: Difference between ccs c and microchip compiler |
Hello,
I program using ccs c from about 2 years, but now i am working for a company that program using c18 and hi tech compilers.
They told me that c18 and hi tech compilers may be more optimized. ... |
Topic: MPLAB-X |
hisham.i
Replies: 18
Views: 24459
|
Forum: General CCS C Discussion Posted: Tue May 01, 2012 9:10 pm Subject: MPLAB-X |
Hello,
I installed mplab x, but i tried to make a project from old mplab 8 project and i put compiler ccs, but when my c file opens it looks like the compiler is not recognized.
I saw this pos ... |
Topic: Sine wave generation problem |
hisham.i
Replies: 3
Views: 7082
|
Forum: General CCS C Discussion Posted: Sun Jan 29, 2012 6:06 am Subject: Sine wave generation problem |
No i didn't put a load at the output, and yes i filtered the input, and for every supply pin of the controller i put 0.1uF capacitor.
I don't think that the controller is restarting, if it is so wh ... |
Topic: Sine wave generation problem |
hisham.i
Replies: 3
Views: 7082
|
Forum: General CCS C Discussion Posted: Sun Jan 29, 2012 5:01 am Subject: Sine wave generation problem |
Hello,
I am designing sine wave inverter with pic18f2331, so am producing sine wave over 180degree using a predetermined sine wave table, and i update duty cycle each timebase interrupt period which ... |
Topic: decimal to binary |
hisham.i
Replies: 3
Views: 6625
|
Forum: General CCS C Discussion Posted: Sat Sep 03, 2011 12:48 am Subject: decimal to binary |
Thank you
I tried your code Ttelmah and it works correctly:)
Thanks |
Topic: decimal to binary |
hisham.i
Replies: 3
Views: 6625
|
Forum: General CCS C Discussion Posted: Thu Sep 01, 2011 12:06 am Subject: decimal to binary |
I am reading the timer value and store it into an integer, but I want to put the first 4 bits of the integer value on port b, then after 1 sec I want to put the last 4 bits in portb.
How can I do t ... |
Topic: dspic timer 1 problem |
hisham.i
Replies: 0
Views: 3808
|
Forum: General CCS C Discussion Posted: Thu May 05, 2011 3:34 am Subject: dspic timer 1 problem |
Hello..
Its the first i use timers, and i was testing a program which makes interrupt after timer overflow and send character to serial port.
When i used External clock source for timer configurat ... |
Topic: enabling interrupts |
hisham.i
Replies: 1
Views: 3087
|
Forum: General CCS C Discussion Posted: Sun May 01, 2011 10:20 am Subject: enabling interrupts |
Hello..
Can I use enable_interrupts(INT_TIMER1); function if a specified condition is true and then disabling it when the condition is false, I mean to enable and disable the interrupt dynamically ... |
Topic: PicKit 2 Uart tool |
hisham.i
Replies: 1
Views: 3825
|
Forum: General CCS C Discussion Posted: Mon Apr 25, 2011 5:31 am Subject: PicKit 2 Uart tool |
I solved this issue, i have a problem in the configuration of the clock
am using 10 MHZ crystal and pll*8, so 80 mHZ
but i wrote #use delay(clock = 10MHZ)
when i replaced it by : #use delay(clock ... |
|