• Replacement for the 80c552
    Hi there! An old project of mine is runnining on a 80C552/30MHz (KBA, is the psot fix, I think). This processor is obsolete, but I need the speed (I think). The software was written by somebody else...
  • global replace
    exist in IAR does it in Keil? if not what do you use?
  • AMAKE replacement
    We have legacy code which uses a batch building process and now need to simulate the Amake register optimization provided in V3 because we migrated to V4. I found the following on this site regarding...
  • sprintf replaces % in string by ERROR
    const char Unitstring[]="%_VOL"; char Buffer[1024]; sprintf(Buffer,"Unit: %s",Unitstring); ends up having "Unit: ERRORVOL" instead of "Unit: %_VOL" in Buffer. I would expect this with sprintf...
  • Replacing Embest IDE with Keil
    Hi, currently my company is making embedded products and we are using Embest IDE and an Atmel Microcontroller. We are thinking of switching the IDE to Keil because we would like to have a newer...