Search Results

Search results 1-2 of 2.

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

  • Dear SEGGER Team When I integrated the SEGGER RTT + SystemView sources into my FreeRTOS project, I found something I couldn't understand at first sight. My application runs on a Renesas RX target, compiled with the CCRX Compiler package. My application has some very strict real-time requirements, hence there are a few interrupts that shall not block under any circumstance. The SEGGER_RTT_LOCK blocks all interrupts by clearing the global interrupt enable in the PSW (Processor Status Word, see SEG…

  • Dear SEGGER Team I am currently evaluating the SystemView software. I am very much convinced this tool will speed up debugging OS-related issues. Integrating the SystemView sources into my project was possible thanks to the insightful user manual. I am now able to collect data from my system without any problems. However, I have a question regarding the start of a continuous data readout. Every time I start recording, my target is reset by my J-Link device. Is this behavior intentional? This is …