• When I start my project using keil, there is no main function in main.c file. Can someone help me out
    I am using STM32 Lora and sigfox discovery kit. I am new to STM32 and going though tutorials to use it. I downloaded Keil IDE and after succesfully generating code, I could not see a main function in...
  • When I start my project using keil, there is no main function in main.c file. Can someone help me out
    I am using STM32 Lora and sigfox discovery kit. I am new to STM32 and going though tutorials to use it. I downloaded Keil IDE and after succesfully generating code, I could not see a main function in...
  • How to create dummy main() function in Keil?
    I am using lpc1768 MCU and id keiluvesion4. I want to create dummy main() function with different name like mains(). And i want to execute my dummy mains() function. In startup file i replaced __main...
  • How to create dummy main() function in Keil?
    I am using lpc1768 MCU and id keiluvesion4. I want to create dummy main() function with different name like mains(). And i want to execute my dummy mains() function. In startup file i replaced __main...
  • Creating a project without main
    Hi, I wanted to create a project without main() and need to create a hex file. I am able to create it by commenting following in the scatter file *.o (RESET, +First) *(InRoot$$Sections) after...