• 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
  • 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...
  • Calling function in the same file
    When I paste my Buzzer code in the main(), it works. But when I made a buzzer() to have this function execute in the main(), it didn't work. However,I want to use the buzzer function to execute in the...
  • Different files for two targets in the same UV4 project
    Dear all, a couple of years ago I remember that I used a feature in UV3 and now this feature does not work anymore in the latest release of uVision. I defined two targets in the same project...