I am using uVision 5.11.1.0 with projects based on LPCOpen
examples.
My application uses C++ and C routines.
I have managed to send printf() output to UART using by
implementing fputc().
I now want to direct file access to different devices.
I have followed:
http://www.keil.com/support/man/docs/armlib/armlib_chr1358938932518.htm
and have added _sys_open() etc but on linking get many Error L6200E
_sys_write multiply defined.
Ticking project options Code Generation 'Use Mic
↧