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?