SentinelSw / MipsStaticStackAnalyzer

An ELF parser, which calculates stack usage for embedded mips microcontroller, especially for Microchip's XC32 compiler
6 stars 0 forks source link

Thanks... #1

Open thom-sch opened 3 years ago

thom-sch commented 3 years ago

...looking for a stack analyzer for Infineon XMC-µControllers, I was inspired by this and wrote my own. If you are interested in: https://github.com/thom-sch/XMCStaticStackAnalyzer

Regards from Meerbusch Thomas Schneider

LittleBasdart commented 3 years ago

Glad you like it! My inspiration originally came from "avstack.pl", which works similar, but for ARM architecture https://dlbeer.co.nz/oss/avstack.html If you want to read more about the backstory of this tool, you can read https://www.microchip.com/forums/m1133416.aspx or for the german version https://www.mikrocontroller.net/topic/491872

Kind regards Florian Kaup