• function called from task, ISR or main?
    Hi, I'm running RL-RTX and I have a function that can be called either from a task, from an ISR or from main (at startup). Is there is way to identify the calling routine so I can make the proper...
  • 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
  • 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...
  • 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...
  • 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...