Memory wide and memory size question

Status
Not open for further replies.

vojke

Junior Member level 1
Joined
Sep 9, 2010
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Belgrade, Serbia
Visit site
Activity points
1,457
Hallo,

I'm a bit confused when memory wide ans memory size comes in question. When reading about different memory blocks I frequently come across on something like this: Program memory 512b wide 88Kbytes size.

What that exactly means? What is the difference in comparison with let's say: Program memory 32b wide 32Kbytes size.

Thanks
 

Memory WIDTH is the size of each element in your memory. Size is, well, size of the memory. If you take the WIDTH and multiply it by the DEPTH, you'll get the size. For your second example, you've got a size of 32Kbytes=>256K bits. Since your data are 32bits wide, this memory will be 8K deep (8192 locations)
 

OK. So 8192 memory locations, each of which stores data that is 32bits wide (if integer a number from 0 to 2^32). Memory WIDTH = Data WIDTH?
Thanks!
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…