CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 5 matches
CCS Forum Index
Author Message
  Topic: PIC18f2580 & EEPROM 25LC1024
shinagan

Replies: 13
Views: 22357

PostForum: General CCS C Discussion   Posted: Wed Mar 21, 2012 11:06 am   Subject: PIC18f2580 & EEPROM 25LC1024
Hi,

It works !!!!!!!!!

This code works:

#include <18F2580.h>
#DEVICE ICD=TRUE
#FUSES HS
#use delay(clock=20M)

#define LED PIN_C7
#define EEPROM_SELECT PIN_B3 / ...
  Topic: PIC18f2580 & EEPROM 25LC1024
shinagan

Replies: 13
Views: 22357

PostForum: General CCS C Discussion   Posted: Tue Mar 20, 2012 7:56 am   Subject: PIC18f2580 & EEPROM 25LC1024
Here is the code used this time :

#include <18F2580.h>
#DEVICE ICD=TRUE
#FUSES XT
#use delay(clock=20M)

#define LED PIN_C7
#define SPI PIN_C5
#define EEPROM_SELECT PIN_B3 //br ...
  Topic: PIC18f2580 & EEPROM 25LC1024
shinagan

Replies: 13
Views: 22357

PostForum: General CCS C Discussion   Posted: Mon Mar 19, 2012 12:45 pm   Subject: PIC18f2580 & EEPROM 25LC1024
Let's sum up all this ideas :

- The fact that the clock stops shouldn't be a problem.
- I can't probe the four lines on a single oscilloscope as they only have two channels. But i can take a pictu ...
  Topic: PIC18f2580 & EEPROM 25LC1024
shinagan

Replies: 13
Views: 22357

PostForum: General CCS C Discussion   Posted: Mon Mar 19, 2012 10:23 am   Subject: PIC18f2580 & EEPROM 25LC1024
Hi,

I'm using :

IDE version 4.041
PCM version 4.041
PCB version 4.041
PCH version 4.041

I've looked a lot of docs and examples but i still have the same problem : my EEPROM doesn't respond ...
  Topic: PIC18f2580 & EEPROM 25LC1024
shinagan

Replies: 13
Views: 22357

PostForum: General CCS C Discussion   Posted: Thu Mar 15, 2012 2:46 pm   Subject: PIC18f2580 & EEPROM 25LC1024
Hi everyone,

I would like to know if it exists an example of code for writing on an EEPROM with a PIC18 using CCS C compiler. I've tried a lot on my own, but i didn't succeed.
If no example is ava ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group