How many address lines does it take to address 128K ?
Kaos Kidd
Posts: 614
Ok.
I have this nifty little Maxim DS1245W chip...· 128K X 8 bit sram
It's got A0 ~ A16 (17 pins) for addressing...
Now I'm somewhat confused...
Last time I checked, I needed 16 pins...
So what is the extra address pin for?
The data sheets reads "A0 ~ A16 - Address Inputs"
ideas or pointers... please???
Heres the data sheet:· http://pdfserv.maxim-ic.com/en/ds/DS1245W.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·
I have this nifty little Maxim DS1245W chip...· 128K X 8 bit sram
It's got A0 ~ A16 (17 pins) for addressing...
Now I'm somewhat confused...
Last time I checked, I needed 16 pins...
So what is the extra address pin for?
The data sheets reads "A0 ~ A16 - Address Inputs"
ideas or pointers... please???
Heres the data sheet:· http://pdfserv.maxim-ic.com/en/ds/DS1245W.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·
Comments
64K = 2 ^ 16, the largest memory addressable with 2 bytes
127,999 Bytes = % 1 1111 0011 1111 1111 (17 bits, A16 - A0)
[noparse][[/noparse]because it is byte 0 - byte 127,999 actually]
Post Edited (PJ Allen) : 6/22/2006 8:07:54 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
OS-X: because making Unix user-friendly was easier than debugging Windows
links:
My band's website
Our album on the iTunes Music Store
But, I know what you mean, like "1MB" of memory; it's not 1,000,000, it's really 1,024,000 (I believe), more than 1 million.
1MB is 1024 * 1024, or 1,048,576. Unless you are a hard drive manufacturer in which case 1MB = 1,000,000 which lets you claim greater capacity.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
OS-X: because making Unix user-friendly was easier than debugging Windows
links:
My band's website
Our album on the iTunes Music Store
I was trying to duplicate the hardware in Digital Works 3, and ran into some confusion:
THe software has ram up to 16K...
So I WAS going to use the CE and the rest of the lines to "build" up to the 128K...
but, there are 4 lines (0~13) = 16K, 14~17 would be used as chip enable select, but led to 16 16K devices, not the anticipated 8 16k devices.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·