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 support@ccsinfo.com

OT - PIC choice - [closed]

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Gabriel



Joined: 03 Aug 2009
Posts: 1067
Location: Panama

View user's profile Send private message

OT - PIC choice - [closed]
PostPosted: Tue Oct 21, 2014 6:35 am     Reply with quote

Hi,

Anyone know of a pic with integrated eeprom?
Im not talking about the usual 256bytes, but rather like an integrated 25lc512.

Thanks
g.
_________________
CCS PCM 5.078 & CCS PCH 5.093


Last edited by Gabriel on Tue Oct 21, 2014 12:43 pm; edited 1 time in total
gaugeguy



Joined: 05 Apr 2011
Posts: 296

View user's profile Send private message

PostPosted: Tue Oct 21, 2014 6:59 am     Reply with quote

Long ago Microchip had an 8 pin processor with two dies inside. An 8 bit processor and a 16 byte EEPROM. There were connected with a pair of I/O pins that were not brought outside the chip and used software I2C communication. PIC12CE673. This was before they started integrating the data EEPROM on-chip.
Probably not what you are looking for.
Gabriel



Joined: 03 Aug 2009
Posts: 1067
Location: Panama

View user's profile Send private message

PostPosted: Tue Oct 21, 2014 8:50 am     Reply with quote

Thats the "concept" im looking for but with at least 256kbit and hopefully 512kbit

thanks.
_________________
CCS PCM 5.078 & CCS PCH 5.093
asmallri



Joined: 12 Aug 2004
Posts: 1634
Location: Perth, Australia

View user's profile Send private message Send e-mail Visit poster's website

PostPosted: Tue Oct 21, 2014 9:12 am     Reply with quote

Gabriel wrote:
Thats the "concept" im looking for but with at least 256kbit and hopefully 512kbit

thanks.


You have the PIC18F97J60 in your signature. This has a large amount of program memory 128K. It is straight forward to emulate an EEPROM in program memory. You could use the top 64K (512K bits) for am emulated EEPROM. Naturally you could use the same technique with other PICs.
_________________
Regards, Andrew

http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!!
Ttelmah



Joined: 11 Mar 2010
Posts: 19369

View user's profile Send private message

PostPosted: Tue Oct 21, 2014 9:26 am     Reply with quote

But (of course) remember this is flash memory, not "EEPROM", so no single byte erase. Just page based operations.

If you want a traditional EEPROM, I'm afraid you need to connect it externally.
Gabriel



Joined: 03 Aug 2009
Posts: 1067
Location: Panama

View user's profile Send private message

PostPosted: Tue Oct 21, 2014 12:36 pm     Reply with quote

Im working on a very specific use dataloger.
so far ive reduced it to a single 16F1825 and a 25LC512 and 1 sensor.
i think PIC18F97J60 is an extreme overkill... but its worth looking at pics with large flash..

i was thinking it would be awesome if i could do a complete single chip solution.

Thanks anyways.

g.
_________________
CCS PCM 5.078 & CCS PCH 5.093
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group