|
|||||||||||
Technical Support Support Resources
Product Information |
C51: Accessing Specific Memory BytesInformation in this knowledgebase article applies to:
QUESTIONHow can I access any byte of internal memory without reserving it? At some time, I want to download all memory contents, including all variables and registers. It is no problem working in Assembly, but can I do this from a C program? ANSWERYes. You may use the DBYTE macro in the C51 library. Refer to the ABSACC.H include file. The definition for DBYTE is...
You may then access any byte in internal memory as shown in the following C code:
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.