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?