[SOLVED] Setting Symbol names with JScope and RTT

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

  • [SOLVED] Setting Symbol names with JScope and RTT

    Hi all,

    Is there a way to set the symbol names when connecting to a target with JScope and using RTT?

    When I connect JScope with an RTT target, default symbol names are assigned (i.e. "Symbol No 1", etc.)



    Best Regards,
    Duane.
  • Hello Duane,

    it is not possible to assign symbol names for RTT sessions.

    Since RTT channel names are internally limited to 32 characters, it would not make much sense to add symbol names to the channel name which already holds the information about the data stream.

    Best regards
    Arne
    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.
  • Thanks for the response Arne.

    Understood, we found a workaround that fits our needs...

    1) save the raw data file.
    2) create a new project file and save it then open the new project file in an editor and ...
    a) point to the raw data file
    b) add our symbol names



    Then opening the project file we have our symbol names and can export to CSV with our symbol names :)

    It might be nice if when saving the project file we could apply symbol names ;)

    Cheers,
    Duane.