External variables and the variables specified with "#pragma address" are handled as if they were volatile-declared.
Only the volatile-qualified variables are handled as if they were volatile-declared.
All external variables and the variables specified with #pragma address are handled as if they were volatile-declared. |
To handle all external variables and the variables specified with #pragma address as if they were volatile-declared, describe as: |