• multi project
    Hello everyone, I have created a Multi project using STM32f407VG in Keil Uvision 4, In this i have included three project, out of these two are library project & the third one is the project where...
  • 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...
  • Support multi-file for SVD file.
    Hi, My SVD file size is huge (more module and register defined). If SVD is supported multi files, I can separate the file by function block (module). It can be easy to maintenance. Is the SVD support...
  • C51 header file problem
    Hi, I've been looking at this compile error for a few hours now so I decided to look for some community support. I created a header file "SCMCtl.h" which contains a Struct declaration and a function...
  • problem with header file
    i try to compile AT89LS52 with the regx51.h file that site provides and it doesnt work, where can i get proper header file?