• Need timer.h and lcd.h which suits the program given below
    hello everyone, im doin my engineering project on AUTOMATIC SPEED CONTROL OF AUTOMOBILES.i am using AT89C52 and 16x2 lcd display. i have the C program for it,but i need Timer.h & Lcd.h for it to work...
  • the keil still include unused functions
    Hi: i try use keil version 5 build a project, like flash algorithm, a set of functions run in RAM, control by SWD, provide access SoC peripheral. it will use STM32 cube, and it build as lib, set "One...
  • Function including inline assembler
    Hi, all. I'm making loop counter using inline assembler in C51.(attach file ) I'm trying use variable that decleared in C language. But when I build, variable name changed in SRC file. ( "uint8_t...
  • "Include Dependencies" = slow compilation
    Hi, in the actual version of uVision2 it ist possible to "Include Dependencies". So you can see all *.h - files which are used by any c-source. When this option is active uVision needs an awful lot...
  • Including nested folders in Keil
    I have been trying to implement a GitHub (non-Keil) project into Keil uVision 5. Problem is, the project is quite a large file structure with .c and .h files all over the place. Do I have to manually...