Hai to all, How to use printf statement in uv4 keil compiler for LPC2138 ARM micro-cotroller.
Siva krishna
Hi,
see the examples (i.e. Blinky) and have a look at retarget.c
In minimum you must overload (rewrite) int fputc(int c, FILE *f); void SysExit(void);
BR, /th.