Please let me know the dirrerence between 128kByte memory and 128kword memory
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Please let me know the dirrerence between 128kByte memory and 128kword memory
Byte is always 8bit. Word is usually the minimum addressable unit in the memory. If the memory is byte addressable, then word == byte and in that case 128kByte == 128 KWord. However if the memory is 16 bit addressable, 1 word = 2 bytes.
Can you please provide more details on which processor are you referring to?
Regards,
Gaurav
m refering to TMS320VC5416 DSK..... it's having 128k word of internal memory and TMS320C6713 having 256kbyte of internal memory