IAR Embedded Workbench for RX 5.20IAR C/C++ DevelopmentData representationPointer typesData pointersData pointersIn this section: The data pointer of the IAR C/C++ Compiler for RX is a 32-bit signed int pointer that can address the entire memory except the first four bytes (a valid pointer cannot not have the value 0). It points to __data32 memory.