Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 9 months ago.
Program Execution
What are the lines in the code except the preprocessor directives that the compiler executes before main function ?
1 Answer
8 years, 9 months ago.
There is a whole load of platform specific initialization code, some of it in assembler. Exactly what the lines are will depend on the platform but generally it'll be clock initialization and setting up mode and power saving registers for various peripherals.
It's all in the mbed-dev library.