|
|||||||||||
|
Technical Support Support Resources
Product Information |
C166: Accessing the Full Address RangeInformation in this article applies to:
QUESTIONIs it possible to access the full address range (16Mb) in C? ANSWERYes. The huge and xhuge memory types allow access to the full 16Mb address range of the C167. The huge memory type only uses 16-bit address calculation, so the maximum size of an object may be 64kb, however, it is the optimum memory type for the microcontroller. The xhuge memory type does not have a limit on the maximum size of an object. For example, you may declare variables and pointers using these memory types. Here are some examples:
If you choose the HLARGE memory model, the variables default to being huge. MORE INFORMATION
Last 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.