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.

CC2640R2F: GPRAM_SIZE - CCS vs IAR - 8192 bytes vs 8096 bytes

Part Number: CC2640R2F

Reference to: BLE SW Dev Guide, Sub-section "Using cache as RAM" 

software-dl.ti.com/.../platform.html

CCS:     #define GPRAM_SIZE 0x00002000 (which is 8192)

IAR:     define symbol GPRAM_SIZE = 8096;

Why is GPRAM_SIZE in IAR 96 bytes smaller? Is the 0x00003FA0 - 0x00003FFF range reserved for other use in IAR, but not in CCS?