• How to add header file to project
    This is my code for time delay. .#include<regx51.h> #define led P2 void delay (int i); void main() { while (1) { led = 0x01; delay(500); led = 0x01; delay(500) ; } } void delay (int i...
  • How to add header files to Keil uVision5?
    Hi every body! I'm Cong. I am beginner in coding STM32. Currently, I'm coding a project with: - STM32F103VET6 - Configuration tool: STM32CubeMX - DEV tool: Keil uVision5 Can you tell me the solutions...
  • HOW TO ADD sim900 HEADER TO KEIL
    how can add sim900(sim900.h) header to keil. it is possible to add
  • How to rename a uVision4 project?
    Hi, many times i need to rename an existing project due to some derived project. I'm using the uVision4 IDE. Now I just create a new project and copy all sourcefiles and project settings...
  • Add PDFs to Keil project
    Speaking for myself I really would appreciate if we could add pdfs manually to our Keil projects. I don't find the books tab very handy, the default datasheet and summary have to be downloaded from online...