Author |
Message |
Topic: Read eeprom lost 2 address |
nguyentuandang
Replies: 3
Views: 6666
|
Forum: General CCS C Discussion Posted: Tue Oct 30, 2012 8:55 pm Subject: thanks |
Thanks so much:)) |
Topic: Read eeprom lost 2 address |
nguyentuandang
Replies: 3
Views: 6666
|
Forum: General CCS C Discussion Posted: Tue Oct 30, 2012 11:33 am Subject: Read eeprom lost 2 address |
#include <16f877a.h>
#fuses NOWDT,PUT,HS,NOPROTECT
#use delay(clock=12000000)
#use rs232(baud=9600,parity=N,xmit=PIN_C6,rcv=PIN_C7)
main(){
int8 e,g,f;
g ... |
Topic: assign value register to port |
nguyentuandang
Replies: 5
Views: 7877
|
Forum: General CCS C Discussion Posted: Sun Oct 07, 2012 3:16 am Subject: assign value register to port |
I agree I'm beginner. I'm looking code for assign value bit port. You help me thanks so much  |
Topic: assign value register to port |
nguyentuandang
Replies: 5
Views: 7877
|
Forum: General CCS C Discussion Posted: Sat Oct 06, 2012 7:52 pm Subject: assign value register to port |
Thanks I will try but 30h is not reserved address. Address ca4,ca5,ca6,ca7 later I repair it but not change. |
Topic: assign value register to port |
nguyentuandang
Replies: 5
Views: 7877
|
Forum: General CCS C Discussion Posted: Sat Oct 06, 2012 8:52 am Subject: assign value register to port |
I write code for pic16f877a. I use button in pin A0 and pin B0 and try change state pin when push button but can't. Someone please help me.
#include <16f877a.h>
#fuses NOWDT,PUT,HS,NOPROTEC ... |
|