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.
-
Additional inputs; 1- heap_log_svdat file is generated with the v3.42 Segger source files. github.com/espressif/esp-idf/b…w/SEGGER/SEGGER_SYSVIEW.c 2- Upgrading to v3.56 don't solve the issue. 3- Another file (sysview_example0.svdat is attached) generated by simpler example can be analyzed successfully. github.com/espressif/esp-idf/t…es/system/sysview_tracing
-
Hello, I am trying to run Espressif SysView example on the ESP32 devkit. github.com/espressif/esp-idf/t…/sysview_tracing_heap_log The example works fine and the custom parser (github.com/espressif/esp-idf/b…race/espytrace/sysview.py) can print the expected output without an issues. Hovewer, when I load the generated data file into the SystemView App v3.10 and later, it gets stuck at the anaylzing step. The earlier version (v2.52) can analyze it successfully. I attached the generated file. Please…