Search Results
Search results 1-9 of 9.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
thanks, issues closed.
-
I am having a small demo project and a real project. With the small demo project, the SystemView works like a charm with FreeRTOS and XMC4500. However, when I use SystemView for my real project, at the moment I connect the SystemView PC Application to MCU, the system underwent a reset and after that the trace works again like a charm. When the 1000,000 limit is reached, the trace stops itself. My FreeRTOS ram is in PSRAM 0x10000000 - 0x10000. The .data and .bss is in 0x20000000 - 0x10000 I then …
-
Hi, System View works in my hand. My question is now, how can I leave out the SystemView Code by makeing use of configUse_TRACE_FACILITY in FreeRTOSConfig.h It seems to me that this macro is alone not enough to leave out all SystemView macros and functions. Maybe my FreeRTOS is not clean since I did the patch manually (see attached). May I get the Seggers modified FreeRTOS V8.2.3?