• Using USB CDC for STDIO
    I want to connect STDIN & STDOUT of \Keil\ARM\RL\FlashFS\SRC\Retarget.c with the virtual COM port from \Keil\ARM\Boards\Keil\MCB2140\RL\USB\RTX_CDC. It is clear that I have to implement sendchar...
  • Errors due to including of stdio header file
    This is code for showing temperature sensed value of UART0 of lpc2138 #include <stdio.h> #include"LPC213.h" // Define LPC2148 Header File #define CR 0x0D #define DONE 0x80000000 #define START...
  • How to access MDK (network library) source code?
    The front page for Keil MDK ( https://www2.keil.com/mdk5/middleware ) mentions that "Keil MDK Source is available as a separate product". I was not able to find any mentions of that product anywhere...
  • how to create fPIC library
    I compiled a library with the option -fPIC, And add the option in Misc controls. Output error when build: test.c: error: C3900U: Unrecognized option '-fPIC'.
  • How to creat library file
    I am trying to create a library file in keil uv4. By following the method mentioned in uvision IDE user guide I am able to generate the .lib file. Now I want to use this library file in other project...