Author |
Message |
Topic: How to do Multitasking with PIC18F |
muhibraza1
Replies: 6
Views: 20308
|
Forum: General CCS C Discussion Posted: Thu Jun 25, 2015 1:29 am Subject: How to do Multitasking with PIC18F |
Thank you all for you valuable guidance.... |
Topic: How to do Multitasking with PIC18F |
muhibraza1
Replies: 6
Views: 20308
|
Forum: General CCS C Discussion Posted: Thu Jun 18, 2015 6:52 am Subject: How to do Multitasking with PIC18F |
hello all !
I am working on a project where I have multiple tasks to perform. Can someone help me find out an efficient multitasking methodology that I could use ?
here's a simple version of my ... |
Topic: [SOLVED] Can't figure out how pins are defined in CCS |
muhibraza1
Replies: 2
Views: 5883
|
Forum: General CCS C Discussion Posted: Sat Mar 21, 2015 1:00 am Subject: [SOLVED] Can't figure out how pins are defined in CCS |
ohh great...
thanks PCM |
Topic: pic c Help needed! |
muhibraza1
Replies: 6
Views: 11275
|
Forum: General CCS C Discussion Posted: Sat Mar 21, 2015 12:23 am Subject: pic c Help needed! |
what's your crystal frequency ? |
Topic: [SOLVED] Can't figure out how pins are defined in CCS |
muhibraza1
Replies: 2
Views: 5883
|
Forum: General CCS C Discussion Posted: Fri Mar 20, 2015 11:57 pm Subject: [SOLVED] Can't figure out how pins are defined in CCS |
Hello all..
Does anyone know how the output_high(PIN_B0) function works or how it has been implemented ?
I thought that the functions takes PIN addresses but when I see the datasheet I s ... |
Topic: Need help about ADC reference voltage |
muhibraza1
Replies: 9
Views: 17245
|
Forum: General CCS C Discussion Posted: Thu Dec 04, 2014 12:13 am Subject: Need help about ADC reference voltage |
@temtronic
It is always better to use a discrete V reference device.The small cost and board space is far out weighed by the 'rock stable' reference and NO need to 'calibrate the system'.
can ... |
Topic: Need help about ADC reference voltage |
muhibraza1
Replies: 9
Views: 17245
|
Forum: General CCS C Discussion Posted: Thu Dec 04, 2014 12:10 am Subject: Need help about ADC reference voltage |
brother temtronic what do you mean by vreg and discrete V reference device ?
Texas instruments have said that LP2950CZ-3.0 can be used as regulator or reference both.
see : http://j.mp/1zTgmKP |
Topic: Need help with TRIS on Port C, PIC16F76 |
muhibraza1
Replies: 4
Views: 9257
|
Forum: General CCS C Discussion Posted: Tue Dec 02, 2014 12:29 am Subject: Need help with TRIS on Port C, PIC16F76 |
Also consider the read-modify-write problem.
here's the reference manual for I/O ports :
http://ww1.microchip.com/downloads/en/DeviceDoc/31009a.pdf
take a look on the I/O Programming Considerat ... |
Topic: Need help about ADC reference voltage |
muhibraza1
Replies: 9
Views: 17245
|
Forum: General CCS C Discussion Posted: Tue Dec 02, 2014 12:17 am Subject: Need help about ADC reference voltage |
Hello !
I need to know how can we use 10-bit ADC with internal voltage reference on a PIC18F26K22 controller assuming VDD=5V and VSS=GND ? The CCS built in function description and the device heade ... |
Topic: Question about interrupt flag |
muhibraza1
Replies: 8
Views: 13416
|
Forum: General CCS C Discussion Posted: Sun Sep 28, 2014 11:13 pm Subject: Question about interrupt flag |
hello Andrew83 !
you can also do it with the CCS built in functions interrupt_active() and clear_interrupts()....
Like this :
while(!interrupt_active(INT_TIMER1));
clear_ ... |
Topic: PIC Device ID |
muhibraza1
Replies: 10
Views: 44853
|
Forum: General CCS C Discussion Posted: Sat Sep 27, 2014 5:23 am Subject: PIC Device ID |
Thanks |
Topic: How do we simulate a CCS code in MPLAB X IDE ? |
muhibraza1
Replies: 1
Views: 5760
|
Forum: General CCS C Discussion Posted: Sat Sep 27, 2014 5:10 am Subject: How do we simulate a CCS code in MPLAB X IDE ? |
Hello everyone !
Can someone tell me how to simulate CCS code in MPLAB IDE ? Actually I tried simulating a code in MPLAB X IDE but the simulator doesnt seem to work. I have installed the CCS plugin ... |
Topic: PIC Device ID |
muhibraza1
Replies: 10
Views: 44853
|
Forum: General CCS C Discussion Posted: Sat Sep 27, 2014 4:09 am Subject: PIC Device ID |
Oh right... I have read C textbooks but I never found this detail... could you suggest a good book about it ? |
Topic: PIC Device ID |
muhibraza1
Replies: 10
Views: 44853
|
Forum: General CCS C Discussion Posted: Sat Sep 27, 2014 12:25 am Subject: PIC Device ID |
#define DEVID1_ADDR 0x3FFFFEL
#define DEVID2_ADDR 0x3FFFFFL
Hi PCM Programmer, wanted to know why did you put an "L" in the device address ? |
Topic: IEEE float to Microchip Float Conversion in CCS C |
muhibraza1
Replies: 2
Views: 8344
|
Forum: General CCS C Discussion Posted: Sat Sep 20, 2014 4:51 am Subject: IEEE float to Microchip Float Conversion in CCS C |
Thank you very much Ttelmah ! |
|