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.

LP-EM-CC2340R5: 下面几个地址之间有什么联系?

Part Number: LP-EM-CC2340R5
Other Parts Discussed in Thread: UNIFLASH, SYSCONFIG

1、flash_map_backend.h

#elif defined DeviceFamily_CC23X0R5
    #define BOOTLOADER_BASE_ADDRESS             0x00000000
    #define BOOT_BOOTLOADER_SIZE                0x00006000

    #define BOOT_PRIMARY_1_BASE_ADDRESS         0x00006000
    #define BOOT_PRIMARY_1_SIZE                 0x0003d000

    #define BOOT_SECONDARY_1_BASE_ADDRESS       0x00043000
    #define BOOT_SECONDARY_1_SIZE               0x0003d000
#else

2、.syscfg中NVS设置

3、Uniflash分开烧写时设置的地址