• Lib files
    Please can anyone offer any assistance? I would like to create a library for my asm routines to use in a main c project
  • usb libs
    It important that somebody help me to finish this please, usb asynchronous http://www.keil.com/forum/19557/ I took the example posted on this forum and try to put it into this code here...
  • C166 lib
    Who can say anything about subroutins (lib): CALLA cc_UC,?C_LMUL CALLA cc_UC,?C_FCAST CALLA cc_UC,?C_FPADD and s.o. Where can I find any information about that? Thanks
  • gettext lib
    Hi, is there a similar library like gettext for Keil uvision? en.wikipedia.org/.../Gettext best regards Harwald
  • Creating .LIB and .H file
    Hai, Iam new to KEIL i created .LIB file with some funtions. and i Created .Header file with all extern declaration for the funtions which are in .Lib file i included the .h file in main.c ...