|
|||||||||||
Technical Support Support Resources
Product Information |
C51: Far Data Pointer BoundariesInformation in this article applies to:
SYMPTOMWhen I try to access a large data buffer using a far pointer, the pointer won't increment over a 64k boundary. CAUSEThe far data pointer type is only 16 bits long, so it can only "see" 64k of space. RESOLUTIONThere is no pointer type, in C51, that can see more than 64k of data space at a time. However, there are ways around this. For example:
SEE ALSO
MORE INFORMATIONLast Reviewed: Thursday, February 25, 2021 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.