Author |
Message |
Topic: I2C pic slave & external eeprom |
WASSIM
Replies: 2
Views: 3957
|
Forum: General CCS C Discussion Posted: Mon Apr 07, 2008 10:38 am Subject: I2C pic slave & external eeprom |
i connected, two PIC16F877 and an eeprom by the I2C bus.
i need to save an array from the pic slave to an external eeprom,
so i save the array in the pic master eeprom, then i write in eeprom. this ... |
Topic: i2c master&slave problem |
WASSIM
Replies: 5
Views: 7435
|
Forum: General CCS C Discussion Posted: Mon Apr 07, 2008 10:29 am Subject: i2c master&slave problem |
try this:
http://hades.mech.northwestern.edu/wiki/index.php/I2C_communication_between_PICs |
Topic: USE THE 8k programe memory |
WASSIM
Replies: 9
Views: 14461
|
Forum: General CCS C Discussion Posted: Mon Apr 07, 2008 10:23 am Subject: USE THE 8k programe memory |
also you must add #separate before the main function |
Topic: USE THE 8k programe memory |
WASSIM
Replies: 9
Views: 14461
|
Forum: General CCS C Discussion Posted: Sat Apr 05, 2008 2:27 am Subject: USE THE 8k programe memory |
yes when I use more memory program a error message appear:" out of rom,the segment or the program is too large Main". |
Topic: USE THE 8k programe memory |
WASSIM
Replies: 9
Views: 14461
|
Forum: General CCS C Discussion Posted: Tue Apr 01, 2008 5:19 pm Subject: USE THE 8k programe memory |
1-PIC16F877
2- CCS VERSION 4.057
3-ROM used: 2693 words (33%)
i need more,
thank you for your help |
|