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.

CCS/AWR1642BOOST: Question about AWR1642 SBL

Part Number: AWR1642BOOST

Tool/software: Code Composer Studio

hello,my question is:

1.The external flash address range is 0x0~0x1FFFFFF. What are boot、app and back up image address assignments in SBL projects?

2.BOOT:0x0~0x3FFFF APP:0x4000~0x8000 back up:0x180000~?Is the above correct?

  • Hi,
    External flash address range depends on size of sFlash connect tot the device. In the SBL it assumes 8MB and it is max it can support as per addressing mode.
    To the AWR device external flash address starts '#define SOC_XWR16XX_MSS_EXT_FLASH_BASE_ADDRESS 0xC0000000U'

    Refer SBL source code (sbl\sbl.h) which has address for MetaImage and Backup images. SBL: 0-512KB, MetaImage-APP: 512KB-1MB, BACK-Image: 1.5MB onwards.

    Regards,
    Jitendra