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

high-memory chip

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







high-memory chip
PostPosted: Fri Jun 10, 2005 3:50 am     Reply with quote

Hi, my project requires a simple chip.. just an IO pin and a large EEPROM memory of ~3KB in one package.

I know that normally a simple chip like PIC12F629 and I2C to a ext EEPROM would be the way out. But is there any microcontroller that can meet the specification? I am open to other microPs if there is none for microchip.
jo
Guest







Re: high-memory chip
PostPosted: Fri Jun 10, 2005 3:54 am     Reply with quote

jo wrote:
just an IO pin .


sorry, i need 2 IO pins. I need one for receiving data, one for sending data and a lot of space to store transaction.. all in one chip.
valemike
Guest







PostPosted: Fri Jun 10, 2005 7:32 am     Reply with quote

After looking at the Microchip website, 1024 bytes internal eeprom seems to be the most you can get out of a PIC.

It's in your best interest (cost-wise) to use a 6-8 pin PIC and external eeprom. well, then again you might not have enough pins for your serial comms lines (i2c or spi) to communicate with the external eeprom, so what's the next size up? an 18 pinner?
Ttelmah
Guest







PostPosted: Fri Jun 10, 2005 8:16 am     Reply with quote

What sort of 'write' life is needed?. Remeber on chips supporting direct programming from the code, you can use the main program flash memory for storage, with the 'caveat' that the write life is typically only perhaps one tenth that of the data EEPROM. If the data is only going to change rarely, you might be able to use this as a solution.

Best Wishes
treitmey



Joined: 23 Jan 2004
Posts: 1094
Location: Appleton,WI USA

View user's profile Send private message Visit poster's website

PostPosted: Fri Jun 10, 2005 8:21 am     Reply with quote

I like using the I2C interface to fram. The drivers are like a serial eprom. But the fram is faster.
http://www.ramtron.com/doc/Products/overview.asp
jo
Guest







thanks
PostPosted: Sat Jun 11, 2005 9:55 am     Reply with quote

thanks for all the reply guys...

well, actually the data is going to change fairly often. The main push factor to go for a all-in-one is because the circuit is going to be power up by another device on-contact.

circuit - 'powers up by another device on contact'

When the device 'on-contact' with the circuit, the device will power up my cct and thus to reduce the noise and other factors, i believe a one chip is going to work more reliable. But i guess there is no microP that caters for such scenerios rite?
Or do u guys have any recommendations for such on-contact-powered situations?
Ttelmah
Guest







PostPosted: Sat Jun 11, 2005 10:23 am     Reply with quote

There is no reason for 'all in one' to work more reliably in this context. In fact it may often be worse!. You will notice that the larger PIC's, require multiple ground/supply connections, and when you look at even larger chips, the number of power connections is often 30% of the connections to the chip. The problem here is maintaining a smooth supply across a larger die. Realistically, I'd have to recommend a small PIC, perhaps one supporting an internal oscillator, and a FRAM chip. Add a couple of decoupling capacitors, and you have a combination, that in surface mount, could be the size of a nickel, and would do everything you want.

Best Wishes
jo
Guest







yuppy
PostPosted: Sat Jun 11, 2005 11:50 am     Reply with quote

Actually, thats what that was implemented alr in my company current design.. a PIC12 with a EEPROM.. problem is my boss wants it even smaller and more compact.. thats why i am looking for a small chip with big memory(seems ilogical for a manufacturer from my point of view.. but just trying my luck out here... ) Smile Smile
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Sat Jun 11, 2005 3:38 pm     Reply with quote

You don't mention your current size or what IC packages that you are using.
jo
Guest







PostPosted: Sat Jun 11, 2005 10:39 pm     Reply with quote

sorry, its a PIC12F629, with 2 IO ports & I2C connection to ext EEPROM usage.
Mark



Joined: 07 Sep 2003
Posts: 2838
Location: Atlanta, GA

View user's profile Send private message Send e-mail

PostPosted: Sat Jun 11, 2005 11:10 pm     Reply with quote

IC's come is various packages. For example, the pic you mention comes in a PDIP, SOIC, DFN-S. The DFN is a 6mmx5mm body. The 10F's are even smaller.
Ttelmah
Guest







PostPosted: Sun Jun 12, 2005 7:25 am     Reply with quote

and the FM24LC04 FRAM, comes in SOIC, at 6*4.9mm. The whole combination (exluding power connections, smooting etc.), could fit in 10*6mm.

Best Wishes
jo
Guest







PostPosted: Sun Jun 12, 2005 7:32 pm     Reply with quote

Thanks guys.

whats about smooth power transfer from one device to another upon contact? Have anyone done that before? I know there is the RF power tranfer and 1-wire parasite power,.. i there any other more option?

Coz u see, i need to improve on the current cct. The present one uses a direct on powering + a diode and cap on the receiving for power smoothing.
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