• Using AMAKE purging utility
    I am trying to get my uVision2 project to run on the PDS51E. I came across a document that says to try this AMAKE purging, but I don't see how to use it. If I click on the executable, it runs something...
  • 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?
  • Replacement for obsolete Philips P89V51RD2???????
    Hi All Greetings!!! Hello, i am facing problem on Philips P89V51RD2 micro controller for the EOL(End of Lofe), we use it for the our automotive applications for the past year, and now it has been...
  • 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...