Re: pic18f4455 - call graph

Vaclav Peroutka <[email protected]> Thu, 09 Jun 2011 09:17:25 +0200 (CEST)
Newsgroups gmane.comp.hardware.microcontrollers.gnupic
Message-ID <[email protected]>
> 
> Hello,
> I am wondering if there is any functionality in gputils to see the call
> graph/call tree?
> Given the limitation of the hardware stack being 31 levels deep, I want to
> ensurethat none of my call's are nested that deep.
> Any thoughts, please?
> ThanksSiva 		 	   		  
> 

Hi, try Doxygen. I am using it to generate call graphs without problems. You just need Graphviz package to convert images. Both work on Windows as well.

Vaclav