Author |
Message |
Topic: out of rom??!! |
slsslssls
Replies: 2
Views: 3461
|
Forum: General CCS C Discussion Posted: Thu Apr 16, 2009 8:08 am Subject: out of rom??!! |
thank you!.
i had seen this topic but i couldn't separate:)
i tried again, again, again and now there is no problem.. |
Topic: out of rom??!! |
slsslssls
Replies: 2
Views: 3461
|
Forum: General CCS C Discussion Posted: Thu Apr 16, 2009 6:25 am Subject: out of rom??!! |
hi,
i'm using ccs to programme 16f877a.. now, rom=56% .. if i add a new instruction, an error occured.. "A segment of the program is too large"
can i solve this problem? is it possible? |
Topic: 16f877a internal eeprom problem??? |
slsslssls
Replies: 5
Views: 4909
|
Forum: General CCS C Discussion Posted: Tue Mar 17, 2009 12:52 pm Subject: 16f877a internal eeprom problem??? |
Now, there is no problem! |
Topic: 16f877a internal eeprom problem??? |
slsslssls
Replies: 5
Views: 4909
|
Forum: General CCS C Discussion Posted: Tue Mar 17, 2009 10:59 am Subject: 16f877a internal eeprom problem??? |
How can I tell the programmer not to do this?? |
Topic: 16f877a internal eeprom problem??? |
slsslssls
Replies: 5
Views: 4909
|
Forum: General CCS C Discussion Posted: Tue Mar 17, 2009 10:30 am Subject: 16f877a internal eeprom problem??? |
For example,
When I compile this code:
write_eeprom(1,'2');
lcd_putc(read_eeprom(1));
I can see 2 on LCD.
Then I erase -- write_eeprom(1,'2') -- and I can't see 2 on ... |
Topic: 16f877a internal eeprom problem??? |
slsslssls
Replies: 5
Views: 4909
|
Forum: General CCS C Discussion Posted: Tue Mar 17, 2009 10:00 am Subject: 16f877a internal eeprom problem??? |
hi,
I am trying to use internal eeprom on 16f877a. There is no problem on proteus, but my circuit is not working true.
Data that I wrote on eeprom is being erased when power off.
How can this be? |
|