XML

kent logo

CO527 Anonymous Questions and Answers Keyword Index

This page provides a keyword index to questions and answers. Clicking on a keyword will take you to a page containing all questions and answers for that keyword, grouped by year.

To submit a question, use the anonymous questions page. You may find the keyword index and/or top-level index useful for locating past questions and answers.

Keyword reference for sram

2014

Question 11 (2014):

Submission reference: IN3442

This might be a silly question, but if SRAM is only accessible in 8-bit chunks but has a 16-bit address space, how do you access an address beyond 2^8?

Answer 11:

The relation here is that SRAM is 16-bit (addresses) times 8-bits (=1 byte, each addressable unit). So, although the address you read-from or write-to is given as a 16-bit value (0x0000 through 0x08ff on the ATMega328) what data is read or written is only 8-bits.

Keywords: sram , avr

Valid CSS!

Valid XHTML 1.0!

Maintained by Fred Barnes, last modified Wed May 25 15:07:20 2016