• Adding binary file to c project
    I have 2 devices each with their own code and bootloader. I am using STM32F4 discovery boards. Both these boards communicate with each other throudh I2C. I want to add the binary of one project code...
  • 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...
  • Problem with add c files to project with start.s file
    Can anyone say me please . Why when i add C file to project created im MDK lite ARM micro vision .LPC2378 NXP Phillips board, code starting run from c file. Code ignore LPC2300.s bootloader file and...
  • How to add library into the project?
    Hello all, I've a workspace which contain a library project and blinky project. *when a library project compiled successfully, it's created a lib??.a not lib??.lib Well, then I would like to...
  • 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...