hi, im using MCB1700 board..when i compiled the easy web examble it is running but when i inserted the printf() function to print the adc value its showing linking error..
Error: L6915E: Library reports error: __use_no_semihosting_swi was requested, but a semihosting fputc was linked in
"__use_no_semihosting_swi was requested"
You asked it not to use semihosting
"but a semihosting fputc was linked in"
But then you did stuff for semihosting!
If you don't know what "semihosting" is, then look it up in the Manuals - along with __use_no_semihosting_swi and fputc...
www.keil.com/.../search.asp
http://www.keil.com/support/man/docs/armlib/armlib_CJAJIEGC.htm