• Corrupted main.c file
    Hi, Last night I had saved the project I was working on and when I opened it today, I found that my main.c file is corrupted. It appears to be an endless string of NUL. This is the second time its happened...
  • Corrupted main.c file
    Hi, Last night I had saved the project I was working on and when I opened it today, I found that my main.c file is corrupted. It appears to be an endless string of NUL. This is the second time its happened...
  • Where is main.c file located in Keil uVision 5?
    Hello, I've done several projects using Keil uVision 5, and I noticed in the project folders there is no main.c file. The only reference to main is in the Objects folder where I can see the main.o...
  • Where is main.c file located in Keil uVision 5?
    Hello, I've done several projects using Keil uVision 5, and I noticed in the project folders there is no main.c file. The only reference to main is in the Objects folder where I can see the main.o...
  • 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>...