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.

MSPM0L1106: Question on Flash and shutdown mode.

Part Number: MSPM0L1106

Tool/software:

Hi teams,

I have the following 2 questions :


1. The device link file (.cmd) generated by SYSCFG. The size of the flash has 8 bytes removed as below. What is the reason of this?
     "FLASH (RX) : origin = 0x00000000, length = 0x0000FFF8"


2. After device is entered shutdown mode, will it enter BSL when it exit shutdown mode with PA18 set to high? If the answer is yes, is there anyway to avoid it?

AlanC.

  • HI Alen,

    The device link file (.cmd) generated by SYSCFG. The size of the flash has 8 bytes removed as below. What is the reason of this?
         "FLASH (RX) : origin = 0x00000000, length = 0x0000FFF8"

    Please refer to our datasheet, the memory is from 0x00000000 to 0x0000FFF8, and the last byte is reserved by TI.

    After device is entered shutdown mode, will it enter BSL when it exit shutdown mode with PA18 set to high? If the answer is yes, is there anyway to avoid it?

    No, if you wake up from shutdown mode through GPIO, BSL will not be entered.

    Regards,

    Zoey

  • Hi Zoey,

    Thank you for your clarification.

    AlanC.