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.

Compiler/CC2538: Getting multiple warnings: address 0x0020xxxx exceeds 16-bit limit - truncated

Part Number: CC2538

Tool/software: TI C/C++ Compiler

I am getting multiple warnings: address 0x0020xxxx exceeds 16-bit limit - truncated.

address 0x00200000 exceeds 16-bit limit - truncated ... C/C++ Problem
address 0x00200100 exceeds 16-bit limit - truncated ... C/C++ Problem
address 0x0020c3af exceeds 16-bit limit - truncated ... C/C++ Problem
address 0x0020da38 exceeds 16-bit limit - truncated ... C/C++ Problem
address 0x0020ded0 exceeds 16-bit limit - truncated ... C/C++ Problem
address 0x0020ded8 exceeds 16-bit limit - truncated ... C/C++ Problem
address 0x0020fff0 exceeds 16-bit limit - truncated ... C/C++ Problem
address 0x00210000 exceeds 16-bit limit - truncated ... C/C++ Problem
address 0x00240000 exceeds 16-bit limit - truncated ... C/C++ Problem
address 0x0027ffd4 exceeds 16-bit limit - truncated ... C/C++ Problem

Tried with compiler versions 16.9.1 LTS & 16.9.2 LTS.

Any ideas?