In reply to vatics_r89162:
You don’t declare pointers as being 32 or 64-bit; it’s determined how you compile your code, You need to make sure your C compiler and simulators are both using the same size pointers.
In reply to vatics_r89162:
You don’t declare pointers as being 32 or 64-bit; it’s determined how you compile your code, You need to make sure your C compiler and simulators are both using the same size pointers.