Author |
Message |
Topic: Programming PIC16F87X as 10 bit ADC and reading it serially |
mrpicing
Replies: 16
Views: 22763
|
Forum: General CCS C Discussion Posted: Thu Mar 11, 2010 1:21 am Subject: Programming PIC16F87X as 10 bit ADC and reading it serially |
Mr Zakay
If you use function prototype then you can use it as following
#separate void some_function(void);
The compiler will place that function separate
If you dont use function prototype an ... |
Topic: C sharp and pic usb interfacing in ccs compiler |
mrpicing
Replies: 9
Views: 14148
|
Forum: General CCS C Discussion Posted: Wed Jul 23, 2008 8:38 pm Subject: C sharp and pic usb interfacing in ccs compiler |
hi there
I posted this thread, but after seeing replies i searched more...
after searching a lot of time i found a thai web site it contained some project for pic usb. that guy done a great work for ... |
Topic: switch restart |
mrpicing
Replies: 9
Views: 8222
|
Forum: General CCS C Discussion Posted: Wed Nov 21, 2007 2:33 am Subject: switch restart |
aoa.
Check datasheet of the part. place a pullup at vpp and a button from pin1 to ground.
If its not the solution for u then explain your problem.
You can try it as this
if (button pressed)
#asm
... |
Topic: C sharp and pic usb interfacing in ccs compiler |
mrpicing
Replies: 9
Views: 14148
|
Forum: General CCS C Discussion Posted: Fri Nov 16, 2007 12:32 am Subject: C sharp and pic usb interfacing in ccs compiler |
aoa.
Thanks a lot. I was really looking for this type of example.
I just managing to get csharp source code and driver api
of that application. See u later with next picing...
Keep Picing...
Than ... |
Topic: C sharp and pic usb interfacing in ccs compiler |
mrpicing
Replies: 9
Views: 14148
|
Forum: General CCS C Discussion Posted: Wed Nov 14, 2007 11:44 pm Subject: C sharp and pic usb interfacing in ccs compiler |
aoa.
Thanks 4 ur kind reply.
As meereck directed me to piccoder. i've already seen it.
It is very good example but it has microchip code. I need CCS code.
Thanks davekelly 4 ur advice but i wa ... |
Topic: Setup tris when using rs232 |
mrpicing
Replies: 1
Views: 3299
|
Forum: General CCS C Discussion Posted: Tue Nov 13, 2007 2:25 am Subject: Setup tris when using rs232 |
You must use set_tris for serial port. I've seen problem with out using it. |
Topic: C sharp and pic usb interfacing in ccs compiler |
mrpicing
Replies: 9
Views: 14148
|
Forum: General CCS C Discussion Posted: Mon Nov 12, 2007 10:13 pm Subject: C sharp and pic usb interfacing in ccs compiler |
aoa.
I want convert a serial port based project to usb.
It has a PC interface, lcd,analog inputs, 4 switches, 4 leds.
I want to use c sharp 2K5 for interface and CCS compiler for PicUsb
Programmin ... |
Topic: how to place data in rom on runtime? |
mrpicing
Replies: 4
Views: 5610
|
Forum: General CCS C Discussion Posted: Tue Jul 31, 2007 1:35 am Subject: how to place data in rom on runtime? |
AOA.
I m using PIC18F452 on 10MHz.
I want to place serially comming data in rom on runtime.
Data is 2Kbyte. Its comming through HW serial port.
I want to place this data a pre defined arrays 1 ... |
Topic: boot loader? |
mrpicing
Replies: 1
Views: 3480
|
Forum: General CCS C Discussion Posted: Wed Jul 11, 2007 9:55 pm Subject: boot loader? |
Hi !
I required some info about boot loader.
1. What is boot loader?
2. What are the applications of boot loader?
3. How can i use boot loader for 16f877a, 18f452?
Any other info that is use ... |
Topic: rs232 charachter receive problem |
mrpicing
Replies: 10
Views: 8908
|
Forum: General CCS C Discussion Posted: Wed Jun 13, 2007 12:09 am Subject: rs232 charachter receive problem |
set the port c direction by "set_tris_c(0x80);"
and then see the results |
Topic: problems with pic18f452 portb change interrupt |
mrpicing
Replies: 1
Views: 3831
|
Forum: General CCS C Discussion Posted: Sat Apr 21, 2007 1:58 am Subject: problems with pic18f452 portb change interrupt |
Hi there.
i have problems with pic18f452 portb change interrupt.
1. when i enable interrupt of rb change a false int is generated
i tried to enable it, before and after other interrupts but result ... |
Topic: how to output a 16bit value to two 8 bit ports |
mrpicing
Replies: 5
Views: 8287
|
Forum: General CCS C Discussion Posted: Sun Jan 28, 2007 11:10 am Subject: an other way |
you can do it as below.
unsigned long port16; //it will accupy two bytes. byte 5, byte 6
#byte port16=5 /* porta address. check porta adress form device data sheet*/
/* other code*/
port16= ... |
Topic: PT100 Based Temperature Controller with PIC16f877 |
mrpicing
Replies: 2
Views: 7602
|
Forum: General CCS C Discussion Posted: Sat Jan 27, 2007 12:47 pm Subject: PT100 Based Temperature Controller with PIC16f877 |
hello every body!
i want to build a temperature Controller (Range is 100 C to 600 C).
i never used PT100. is it better for this or i should try any thermocouple?
Have any body done it?
have any co ... |
Topic: USB. Where to start? |
mrpicing
Replies: 7
Views: 7836
|
Forum: General CCS C Discussion Posted: Sun Sep 24, 2006 12:56 am Subject: USB. Where to start? |
I got pdf file from beyondlogic and reading it .
Can any body write a code for me .
It should be written in CCS for PIC16C765 or PIC16C745.
Programm should get a command from comp ... |
Topic: Programmable Constant Current Source |
mrpicing
Replies: 7
Views: 10166
|
Forum: General CCS C Discussion Posted: Thu Sep 21, 2006 2:43 am Subject: Programmable Constant Current Source |
aoa. Yes u r right. a resistor is being used as current to voltage converter but if resistor get faulty then the system will work ok. and i can't under stand that any thing is wrong. that's why i deci ... |
|