EEPROM on '24N

A private (members-only) forum for discussing all issues related to the Beta test of Native mode devices.
Locked
Don_Kirby
Posts: 341
Joined: 15 October 2006, 3:48 AM
Location: Long Island, New York

EEPROM on '24N

Post by Don_Kirby »

As the 2526A is still on the board on a 24N, does this mean I get another chunk of EEPROM to use?


-Don
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: EEPROM on '24N

Post by dkinzer »

Don_Kirby wrote:As the 2526A is still on the board on a 24N, does this mean I get another chunk of EEPROM to use?
Well, it is EEPROM but it is not part of the Persistent Memory space (which is internal EEPROM).

You can read data from it and write data to it using SPICmd().
- Don Kinzer
Don_Kirby
Posts: 341
Joined: 15 October 2006, 3:48 AM
Location: Long Island, New York

Post by Don_Kirby »

Perhaps this should be less ambiguous.

Bearing in mind that the 24n devices recently shipped are beta devices, is the plan to use the same 24 or 24a hardware for the n devices, leaving the SPI EEPROM on the board, or is the plan to remove the chip for the release version of the N devices.

If it is the former, perhaps the compiler could integrate the extra memory, and treat it as standard persistent storage rather than using SPICmd().

-Don
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

Don_Kirby wrote:s the plan to use the same 24 or 24a hardware for the n devices, leaving the SPI EEPROM on the board?
Yes, that is the plan. Everything is the same except the processor is an ATmega644P with different firmware.
- Don Kinzer
spamiam
Posts: 739
Joined: 13 November 2005, 6:39 AM

Post by spamiam »

The 644P is able to use a pretty low voltage supply. What is the lower limit of voltage for the overall device?

-Tony
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

spamiam wrote:What is the lower limit of voltage for the overall device?
To remain within spec at 14.7456MHz, the supply voltage must be at least 3.55 volts. According to the datasheet, the supply voltage vs frequency curve is linear from 2.7V @ 10MHz to 4.5V @ 20MHz.
- Don Kinzer
spamiam
Posts: 739
Joined: 13 November 2005, 6:39 AM

Post by spamiam »

So, the inverter and the EEPROM will function at that voltage too?

-Tony
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

spamiam wrote:So, the inverter and the EEPROM will function at that voltage too?
The inverter is not a problem at all. The operating voltage for it is 2.0 to 5.0 volts. The specs for the EEPROM are similar to those of the AVR. At 2.7V it is specified to operate at 10MHz and at 4.5V it can go to 20MHz. I suspect that the voltage/frequency curve is linear between those points as it is with the AVR.
- Don Kinzer
Locked