• 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...
  • error : Unknown type name "uint8_t"
    Hi, I am using keil uVision4. When i compile a keil project for STM32F10x controller it is showing the error :-error : Unknown type name "uint8_t" .In my project files the header "stdint.h" is not...
  • unknown type name „sfr“
    Hi, I‘m a beginniner at embedded systems. I added the „reg51“ header file (which I got from the Keil Website) to the source files for a project I am working on. Having done that, I got the error...
  • compile c++ Header file with main.c
    Hello, I want to build c++ header and source file in main.c file. is this possible? please give me some information about it? Regards Milav
  • 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...