Hello, the system is lpc2468 KEIL IDE, -o3, -otime
Recently I had problem with unknown data or undefined aborts. In debbuger I saw that last PC was in 0x0000c648 c$$dinf fpconst.o(fz_4s.l) in .map file.
If I change in any .c file the static function to normal, this error disappears. However it may appear again when I write another static function. What is it?