Electronic – 64k x 8 RAM – what exactly does it mean

microchipmicrocontrollerpicram

I'm looking at this microcontroller because it has the protocols that I want and a really interesting price.
My doubt is related with this field: RAM Size 64K x 8.
What exactly does it mean? I know what it means RAM but 8 blocks. How it works?

Best Answer

It means that the RAM is organised in a structure which is 64K Words wide. The x8 then means that each word is 8 bits.

So 32Kx16 would be a RAM which is 32K Words wide, at 16bits per word.