• Static call graph problem
    The static call graph feature (MDK-ARM 3.40) is very nice to have, but I am having some problems getting the output I want. The problem is that the linker flags some functions as "UNUSED", and thus refuses...
  • ds-5 call graph question
    Hi everyone! I am using arm ds -5 professional under evaluation license, and I am trying to collect call-graph info from my test application under arm via streamline, but faced with issue. Collected call...
  • Bar graph
    Hi In my project iam measuring the leak rate. The range of leak rate is 1.0E-11 to 1.0E-02.Up now I measured leak rate and displayed On the 7 segment display with 0.1 resolution. Here I used look...
  • Static Call Graph Details in Keil IDE
    Hello, I'm using keil uVision5 for developing my application with freeRTOS. As we know , allocating enough stack to each task (thread) is important . Keil IDE provides detailed informatons in HTML file...
  • Arm C-Compiler Control Flow Graph Generation
    Hi, We want to do some statically analysis of a C-program. Has anyone tried to generate the "Control Flow Graph" of a C-program when compiled with Arm compiler? Thanks in advance