• Corrupted main.c
    So, my laptop decided to go BSOD on me while i was working in keil, i had saved the file 5 minutes ago yet i fear the proyect has gone corrupt. Any sugestions? I had onedrive autosave turned on, but...
  • main.c will be overwrite at the beginning
    What could be the problem if a code doesn't start the main function at the beginning? My code does start the function after the main function (if I take a look into the map-file) - the usart in the line...
  • HEADER files
    can i use TYPEDEF keywordin the header file as i m using KEIL microvision3 c51 compiler
  • using arrays in both main.c file and other.c files for same project
    Hi all. I'm having a problem with compiling my program because i want to use the same array inboth my main c file and my other c file. Example: main.c #include <absacc.h> #include <stdio.h>...
  • Adding 3 byte header to compiled hex file
    Hi, I am working on a project with a rf transmitter and receiver. They are really old rf's - nRF24E1. I just want to load a demo program into an EEPROM attached but it says i need to attach a 3 byte...