Tool/software: TI-RTOS
Hi, according to the datasheet, CC1310F128 has 128 KB flash.
And from the NVSinternal demo project, 128 KB is divided into 8 regions, each having 16 KB. And each region is also divided into 4 sectors (each sector size is 4 KB).
- The demo project uses 0x1a000 address as the base region which is the 2nd last region of the entire flash. To use the 3rd last region of the flash, what would be the address of the base and so on?
- Is it possible to define a different size for a region (i.e. from 16 KB to 4 KB)?
- Is it possible to define a different size for a sector (i.e. from 4 KB to 128 B)?
Thank you.