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: Memory allocation calculations not adding up.

Part Number: CC2640R2F

Tool/software: TI-RTOS

Hi,

I am workingwith the simple peripheral oad off chip example, trying to figure out the memory allocations.

When using the memory allocation viewer in debug mode i dee to get only 16368 bytes of SRAM. while I am working on a system which defines

#ifdef CC26X0ROM
  #define FLASH_SIZE 0x00020000
  #define GPRAM_SIZE 0x00002000
  #define RAM_SIZE   0x00005000
  #define ROM_SIZE   0x0001C000
#endif /* CC26X0ROM */

I wondered if this was because I have multiple projects, (stack and BIM), but looking at those, numbers are not adding up.

Where is my missing 4112 bytes of RAM at the moment? anyone know?