• Problem using printf to output to serial port using latest patch
    Has anybody else had problems using printf with the serial window in uVision2 with the latest patch? Ive tried the example measure with and without the patch and it only seems to work without the patch...
  • Applying 6.12 patch affects registry
    We have Keil C51 under NT 4.0. By applying 6.12 patch, we noticed a modification of the registry for another application : ClearCase. This happened twice. In one case, the patch was applied by...
  • Cortex-M3 Flash Patch
    Note: This was originally posted on 9th December 2009 at http://forums.arm.com I have been working with Keil uVision 4 and have been trying to figure out how to use the Cortex-M3 "Flash Patch" feature...
  • EEPROM code/Patch
    Hi all, I have written a patch mechanism which gives the chance to put a new functionality or fix bugs for ROM code. i am using the kiel microvision 3 v 8.xx and i wrote a small test (2-3 lines...
  • printf serial port 8051
    Hi. Why does TI need to be set before printf is called. TI = 1; printf("Hello world\n"); Whereas in assembly TI should be cleared before a char is put in SBUF, so it can be tested to see if...