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?