Posted on May 17, 2011 at 09:58Hi. Is it possible to locate in the source code what sentence causes a jump to the Undefined_Handler ? I'm using IAR's workbench. Thank you. Mark
Posted on June 09, 2009 at 23:19Did you solve the problem with sprintf ? I'm having an odd result using the %f to convert a float value. But it works fine with decimal values: sprintf(buffer,''Number: %d'',anInteger); <--- Works fine. sprintf(buffer...