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.

RTOS/CC2640R2F: How much external FLASH size does Off-chip OAD use?

Part Number: CC2640R2F

Tool/software: TI-RTOS

As we know, Off-Chip OAD Memory Layout as following figure, if I need store image 1 only, can I select FLASH which size if 1M-bit? (image 1 + metadata 1)

  • Hi Steven,

    Yes, the theoretical limit is 1 metdata + 1 full image (128kB at max).
    Since each metadata is given a 1page of ext flash it would be 1*EFL_PAGE_SIZE + MAX_IMAGE_SIZE.

    You could potentially even remove the metadata page, since you only have one image, but that would require signification modification of TI SW and is not recommended.