Author |
Message |
Topic: need help for c programming for digital wattmeter. |
miji88
Replies: 34
Views: 35469
|
Forum: General CCS C Discussion Posted: Sun May 15, 2011 6:31 am Subject: need help for c programming for digital wattmeter. |
This project needs to be done in two weeks??? That's unfortunate. That's absolutely no time to LEARN anything. That's like trying to take a gallon of water and drinking it in one big GULP instead o ... |
Topic: need help for c programming for digital wattmeter. |
miji88
Replies: 34
Views: 35469
|
Forum: General CCS C Discussion Posted: Tue May 10, 2011 1:46 pm Subject: need help for c programming for digital wattmeter. |
thanx alot pcm.. you help me alot.. |
Topic: need help for c programming for digital wattmeter. |
miji88
Replies: 34
Views: 35469
|
Forum: General CCS C Discussion Posted: Tue May 10, 2011 1:36 pm Subject: need help for c programming for digital wattmeter. |
ya i mean #use delay ().. so now i'm using crystal 4Mhz.. so the it should be #use delay (4000000).. is it right?? |
Topic: need help for c programming for digital wattmeter. |
miji88
Replies: 34
Views: 35469
|
Forum: General CCS C Discussion Posted: Tue May 10, 2011 1:24 pm Subject: need help for c programming for digital wattmeter. |
thanx pcm.. i'll try to change it.. for now.. do i need to change my msdelay to below 4MHz?? |
Topic: need help for c programming for digital wattmeter. |
miji88
Replies: 34
Views: 35469
|
Forum: General CCS C Discussion Posted: Tue May 10, 2011 9:00 am Subject: need help for c programming for digital wattmeter. |
Hi all. I have done my coding. When I compile using ccs c compiler and mplab, its running well. But when I want to burn my hex file into pic using mplab ide.. The mplab state that "target power n ... |
Topic: ICD-U40 and PIC18F452 Development Kit |
miji88
Replies: 39
Views: 147578
|
Forum: General CCS C Discussion Posted: Sun May 08, 2011 11:23 pm Subject: ICD-U40 and PIC18F452 Development Kit |
hi all.. I just want to ask.
When I want to burn my hex file into pic using mplab ide.
Mplab ide state that "target power no detected". What does it mean?? |
Topic: ICD-U40 and PIC18F452 Development Kit |
miji88
Replies: 39
Views: 147578
|
Forum: General CCS C Discussion Posted: Sun May 08, 2011 11:55 am Subject: ICD-U40 and PIC18F452 Development Kit |
thanks pcm |
Topic: ICD-U40 and PIC18F452 Development Kit |
miji88
Replies: 39
Views: 147578
|
Forum: General CCS C Discussion Posted: Sat May 07, 2011 2:18 am Subject: ICD-U40 and PIC18F452 Development Kit |
may i ask question.. if i'm using this code, it can be used with the keypad encoder?? or it can be connected direct to the PIC? |
Topic: need help for c programming for digital wattmeter. |
miji88
Replies: 34
Views: 35469
|
Forum: General CCS C Discussion Posted: Sat Apr 16, 2011 8:50 am Subject: need help for c programming for digital wattmeter. |
ok.. thank you sir.. i got it.. thank you very much.. |
Topic: need help for c programming for digital wattmeter. |
miji88
Replies: 34
Views: 35469
|
Forum: General CCS C Discussion Posted: Sat Apr 16, 2011 6:00 am Subject: need help for c programming for digital wattmeter. |
also, when i apply for PIC16F876. it running well.. no error with one warrning which is "variable never used : rs_232". so it is ok for me to change my pic? |
Topic: need help for c programming for digital wattmeter. |
miji88
Replies: 34
Views: 35469
|
Forum: General CCS C Discussion Posted: Sat Apr 16, 2011 5:58 am Subject: need help for c programming for digital wattmeter. |
i have read the previous forum..
https://www.ccsinfo.com/forum/viewtopic.php?p=69006
but when i change my main().. i try to modified it, it turns to more error. can u help me.. now this is my c ... |
Topic: need help for c programming for digital wattmeter. |
miji88
Replies: 34
Views: 35469
|
Forum: General CCS C Discussion Posted: Fri Apr 15, 2011 10:47 pm Subject: need help for c programming for digital wattmeter. |
Now I'm using pic16f870 which has 128 byte ROM memory. Can I simply change my pic to pic 16f876 which has bigger ROM memory? its about 328 byte. Since it datasheet is almost the same with 16f870. |
Topic: need help for c programming for digital wattmeter. |
miji88
Replies: 34
Views: 35469
|
Forum: General CCS C Discussion Posted: Fri Apr 15, 2011 1:24 pm Subject: need help for c programming for digital wattmeter. |
ok.. thanks.. now my program running well.. but now the problem is when i compile it, the error is "out of rom, the segment or the program is too large MAIN." how can i solve this problem.. ... |
Topic: need help for c programming for digital wattmeter. |
miji88
Replies: 34
Views: 35469
|
Forum: General CCS C Discussion Posted: Fri Apr 15, 2011 12:48 pm Subject: need help for c programming for digital wattmeter. |
hye everyone.. after all i do my digital wattmeter until last step.. but i still got one error. can someone fix that for me..
#include <16F870.h>
#device adc=8
#define CLKSPEED 32000000
... |
Topic: 4x4 Keypad Code in CCS C Compiler using PIC16F877, PortC |
miji88
Replies: 8
Views: 28910
|
Forum: General CCS C Discussion Posted: Wed Apr 13, 2011 6:27 am Subject: 4x4 Keypad Code in CCS C Compiler using PIC16F877, PortC |
nice... thanks dude.. I try modified it first. |
|