Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 775229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T19:15:24+00:00 2026-05-14T19:15:24+00:00

Below is an example of a question given on my last test in a

  • 0

Below is an example of a question given on my last test in a Computer Engineering course. Anyone mind explaining to me how to get the start/end addresses of each? I have listed the correct answers at the bottom…

The MSP430F2410 device has an address space of 64 KB (the basic MSP430 architecture). Fill in the table below if we know the following. The first 16 bytes of the address space (starting at the address 0x0000) is reserved for special function registers (IE1, IE2, IFG1, IFG2, etc.), the next 240 bytes is reserved for 8-bit peripheral devices, and the next 256 bytes is reserved for 16-bit peripheral devices. The RAM memory capacity is 2 Kbytes and it starts at the address 0x1100. At the top of the address space is 56KB of flash memory reserved for code and interrupt vector table.

What                            Start Address End Address
Special Function Registers (16 bytes) 0x0000 0x000F
8-bit peripheral devices (240 bytes)  0x0010 0x00FF
16-bit peripheral devices (256 bytes) 0x0100 0x01FF
RAM memory (2 Kbytes)                 0x1100 0x18FF
Flash Memory (56 Kbytes)              0x2000  0xFFFF
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T19:15:24+00:00Added an answer on May 14, 2026 at 7:15 pm

    For starters, don’t get thrown off by what’s stored in each segment – that’s only going to confuse you. The problem is just asking you to figure out the hex numbering, and that’s not too difficult. Here are the requirements:

    • 64 KB total memory
    • The first 16 bytes of the address space (starting at the address 0x0000) is reserved for special function registers (IE1, IE2, IFG1, IFG2, etc.)
    • The next 240 bytes is reserved for 8-bit peripheral devices
    • The next 256 bytes is reserved for 16-bit peripheral devices
    • The RAM memory capacity is 2 Kbytes and it starts at the address 0x1100
    • At the top of the address space is 56KB of flash memory reserved for code and interrupt vector table.

    Since each hex digit in your memory address can handle 16 values (0-F), you’ll need 4 digits to display 64KB of memory (16 ^ 4 = 65536, or 64K).

    You start with 16 bytes, and that covers 0x0000 – 0x000F (one whole digit of your address). That means that the next segment, which starts immediately after it (8-bit devices), begins at 0x0010 (the next byte), and since it’s 240 bytes long, it ends at byte 255 (240 + 15), or 0x00FF.

    The next segment (16-bit devices) starts at the next byte, which is 0x0100, and is 256 bytes long – that puts the end at 0x01FF.

    Then comes 2KB (2048 bytes) of RAM, but it starts at 0x1100, as the description states, instead of immediately after the previous segment, so that’s your starting address. Add 2048 to that, and you get 0x18FF.

    The last segment covers the upper section of the memory, so you’ll have to work backward, You know it ends at 0xFFFF (the end of the available memory), and it’s 56KB long. If you convert the 56KB to hex, it’s 0xDFFF. If you imagine that this segment starts at 0, That leaves 2000 unused (0xE000-0xEFFF and 0xF000-0xFFFF), so you know that this segment has to start at 0x2000 to end at the upper end of the memory space.

    I hope that’s more clear, though when I read over it, I don’t know that it’s any help at all 🙁 Maybe that’s why I’ll leave teaching that concept to somebody more qualified…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know of a faster decimal implementation in python? As the example below
Given the example below, can someone please show me how this could be called?
The example below throws an InvalidOperationException, Collection was modified; enumeration operation may not execute.
In my example below I'm using a dijit.form.DateTextBox : <input type=text name=startDate dojoType=dijit.form.DateTextBox constraints={datePattern:'MM/dd/yyyy'}
In the example below I have a ListBox with dozens of font names in
I usually do something like the example below when I need to return error
How can I select the good method (I have in the example below show
I am working with an object which has sub objects within (see example below).
Working with a latex document with eps images as in the example below... \documentclass[11pt]{paper}
I'm trying to perform a group by action on an aliased column (example below)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.