• code is not entering to main function
    hi sir, i am trying to implement a code on stm32f103 board using keil microvision4 in c.sir the problem i am getting is the code not entering the main().it is getting stuck at one address: 0x08001534...
  • main function ?
    why in Keil compiler we define the main as int rather that void ? int main (void) rather than .... void main (void) ,like in C51
  • Program won't run to Main
    I'm running an LPC2144, and my program won't run to main - it freezes up in a 3-line loop in the disassembly window - a BMI instruction in my boot block at 0x7FFFD2DA loops back to 0x7FFFD2D6 and repeats...
  • main( ) function
    I want to know something regarding main function. For an application, the syntax for main function is something like: void main(void) { // ... // code // ... } but if we write as: int main(void...
  • Can not run to the main() in debuging mode.
    hi, I create a simple project to test a retargeting printf function with RTX kernel. when I created the project, I selected the "Use Microlib" option in the target option. And the project code was...