[SOLVED] cross_studio_io.h not included in segger embedded studio

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

  • [SOLVED] cross_studio_io.h not included in segger embedded studio

    I just updated Segger Embedded Studio from version 5.66 to 6.32a.
    The file cross_studio_io.h is no longer included with the IDE.
    It contains features I use professionally every day, like debug_printf.

    Has there been a mistake or is there an alternative?
  • Hello lnl_,

    Removing the file was not a mistake.
    To make a debug log you can use the normal printf();.
    Look here to get further information about the SEGGER Library IO: Embedded Studio Library IO

    Regards,
    Lucas
    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 longerperiods 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.
  • Hi Lucas,

    Thank you!
    That was easy and I got an improvement in roundtrip time as it is RAM buffered

    For anyone else, for SES V6.32a the setting can be found here:
    Project options\Debug\Debugger\RTT enable = yes