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

Nohau ICE & var's in external RAM & watch window

I can't seem to figure out how to put variables declared via KEIL's
absolute memory access macros (#include <absacc.h>) such as:

#define myVariable HVAR(unsigned int, 0x100000)

into my Nohau (EMUL166PC) ICE's watch window. Can anyone tell me
what I need to do to make this work?

Any help would be greatly appreciated... thanks,
Dave.

Parents
  • The correct answer is a the properly typed pointer to the location 0x100000. Nohau should let you watch the pointer and what it points to.

    It doesn't? That doesn't sound right. My Signum Systems' USP-51 does. If it's a struct pointer it shows you the struct format too. Sorry to hear that about Nohau, haven't used them in a while.

    BTW, see "Tips for posting" (left) to see the limited HTML tags this forum supports, no <br>'s I'm afraid.

    Regards,

    - Mark

Reply
  • The correct answer is a the properly typed pointer to the location 0x100000. Nohau should let you watch the pointer and what it points to.

    It doesn't? That doesn't sound right. My Signum Systems' USP-51 does. If it's a struct pointer it shows you the struct format too. Sorry to hear that about Nohau, haven't used them in a while.

    BTW, see "Tips for posting" (left) to see the limited HTML tags this forum supports, no <br>'s I'm afraid.

    Regards,

    - Mark

Children
No data