Search Results

Search results 1-4 of 4.

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

  • 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 because the forum is complaining about message size While the SEGGER wiki does not mention it supports the cortex-R core, the Using RTT on Cortex-A/R based devices application notes mention that it can be enabled if the AHB-AP exist imgur.com/a/RKgmcW6 …

  • 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

  • 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 - module * Actual * 10 TEST - module When looking at the code, in "%s" mode, the FieldWith seems ignored C Source Code (13 lines) RTT version: 7.84d Best, Gabriel

  • Hi, I'm trying to better understand the RTT architecture and I can't find the information on the wiki. It seems RTT is configured to have 3 aUp buffers and 3 aDown buffers. What is the purpose of those 3 buffers? I would like my CLI application on terminal 0 (in and out), and my logging to terminal 1 (out). What settings configuration would you recommend to achieve those requirements? Thanks Regards, Gabriel