Hi,
for my project the compiler is notoriously generating a few icall and ijmp instructions.
they land anywhere, a few of them in switch/case
but are unfortunately present in library functions
like fputc/fgetc.
I think using callback function pointer is also translating to them.
Is there any method getting rid of those instructions as I wanted to use offline stack size analysers?
let's say like this one:
http://www.embedded.com/columns/...
or maybe you have better recommendations for stack size analyser for ATMEGA128 and 2560?