• call tree expansion
    I was trying get expansion of call tree for each functions in the map file (at section OVERLAY MAP OF MODULE) generated by uVision Keil compiler, which would looks similar to output from tool like cflow...
  • No Root Segment, no call tree..
    I'm using an assembler startup file like the one given in the C manual. When I compile and link the project I get a Warning 10, No Root segment. Apart from this, the linker doesn't make an overlay...
  • Manipulating call tree for data overlay...
    Hello. Is there any way to simplify the call tree manipulation in linker..? (Scripting kind of) My code has number of function calls through pointers. The functions are divided in few main groups...
  • call tree manipulation and common block subroutines
    Hello, I am using a function pointer table, defined in an independent c file as this: /* file: sensor_interface.c */ sensor_driver_t code sensor_drivers[Sensor_Drv_MAX] = { { &elect_Initialize...
  • Regarding project tree in keil
    can anybody please tell me what does the "key" sign mean in project tree keil u vision.