• 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
  • 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...
  • locating code without a 'main' function
    I'm using the BL51 linker/locator to locate (without code banking using the ROM(SMALL) directive) a piece of code at a specific location using the CODE control. The code I'm trying to locate a piec of...
  • Calling C++ function on C main
    Hi, I'm a beginner on MCU programming (STM32F4 discovery) I'm building my code on C language. Recently, i find some library in C++ can achieved my job. However, when i compile it, errors occurred...
  • my ocde is not going to main function
    hello, i have opened LPC4357 controller example project from "C:\Keil\ARM\Boards\Keil\MCB4300\Blinky\". i cofigured it in simulator mode and when i enter into simulation mode my code is not going to...