This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Size of Pointer to Constant Table

I would like to know how can we control the size of the pointer that point to RAM area.

UByte *RamAdr;
For code above, I found that the pointer size is different in 2 different software (1 software use 2Bytes to reference RAM area while the other one use 3Bytes

How to control size of Pointer to RAM area

0