Resolved! __main in startup assembly
Posted on June 04, 2018 at 10:30Hi.I'm using keil for programming a stm32 board. In the start up file .s there is a call to __main after the call to SystemInit. Where is the definition of __main? What's the difference between main and __main?