[SOLVED] Data Graph of memory in Ozone when all I have is an address

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [SOLVED] Data Graph of memory in Ozone when all I have is an address

    Is it possible to de-refrence an address so that I can graph 1 byte of data when all I have is the address in the data graph of Ozone?

    I have tried:
    Window.Add ("Data Graph","(uint_8)*0x123456");
    but, get the message:
    Warning (4082): expression "(uint_8)*0x123456" cannot be graphed: the expression does not evaluate to a base type of size <= 8 bytes.
  • Hello,

    Thank you for your inquiry.
    Try (uint_8*)0x123456 instead. Does that work?

    Best regards,
    Nino
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.