• How to add header file to Keil uVision4 project?
    I get the following error when I try to build my project using Keil uVision4. Configuration\RTX_Config.c(15): error: #5: cannot open source input file "tasks.h": No such file or directory In...
  • 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 sim900 HEADER TO KEIL
    how can add sim900(sim900.h) header to keil. it is possible to add
  • Keil uVision5
    Hi. I am a beginner in microcontroller programming and new on this forum also. I have a development board EM-STM3210E with STM32F103ZET microcontroller and i try to make a simple project (turn ON a...
  • Recording a .hex file by uVision5
    Hello, I'm kind of layman on the subject, please have patience. lOL I have a .hex file and need to write to a STM32F103ZF, but I can not. Sometimes appears some dll error, or Cortex M3, or...