Hello,
We are using a CC2652RB DK and would like to use a portion of the external flash, normally used for external OAD, for application data storage. I found a header file with the following
#define EFL_USR_AREA_ADDR EFL_SIZE_META*EFL_MAX_META
#define EFL_USR_AREA_SZ EFL_IMG_SPACE_START - EFL_USR_AREA_ADDR
And assumed this was to reserve flash for application use. However I can not find this in the project for this processor.
Is there a way to do this? How the external flash is being used isn't obvious.
Thanks