gabriel-fz Community Member

  • Member since Feb 2nd 2023

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

  • gabriel-fz -

    Posted the thread Using RTT in background mode with TI RM46.

    Thread
    Hi, I'm using Segger RTT with A TI Hercules RM46L (ARM® Cortex®-R4F 32-Bit RISC CPU), and I want to use RTT in background mode. My problem is that the AP map detection seems to fail and fall back to the "Stop mode". imgur.com/a/7BwTDBY Imgur link
  • gabriel-fz -

    Posted the thread Can I use RTT and SystemView API at the same time?.

    Thread
    I'm trying to use RTT Viewer for logging and SystemView for tracing at the same time. Is it possible? If so, what are the steps to make sure they integrate properly with each other? Can I simply do: C Source Code (5 lines) Best regards, Gabriel
  • gabriel-fz -

    Posted the thread RTT: string padding does not work.

    Thread
    I'm trying to use the segger RTT SEGGER_RTT_vprintf to print a string with padding. The following code doesn't seem to work properly C Source Code (1 line) The padding behaviour doesn't work as mentioned in the documentation. * Expected * 10 TEST …