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.

MSP430FR2533: Start address after MCU reset

Part Number: MSP430FR2533

Hi team

Could you kindly advise where is start address after MCU reset ?

The start address is fixed or not ? 

Thank you and best regards,

Michiaki

  • Hi 

    Open the .map file you can find the some words like "ENTRY POINT SYMBOL: "_c_int00_noinit_noargs"  address: 0000fc54" The address is the start address.

    The start address is not fixed. But it can fixed it if you want.

  • Hi,

    after MCU reset the device first reads from address 0xFFFE where the start address is stored.

    Then the CPU fetches the instruction from the start address defined at 0xFFFE. While the RESET vector 0xFFFE is fixed the value stored on this address can be flexible as described already by Gary.

**Attention** This is a public forum