• LPC2294 - NOT ENTERING IN MAIN
    HI I AM FACING ONE PROBLEM IN LPC2294 CUSTOM BOARD. I CAN ABLE TO ERASE AND PROGRAM THE DEVICE. BUT IF I TRY TO DEBUG, SOFTWARE CONTROL IS NOT ENTERING IN MAIN FUNCTION. (24 MHZ CRYSTAL, PLL IS DISABLED...
  • Does Not enter main while debugging
    Hi All, I am using STM32 ARM cortex controller.I use UIlink debugger I am new to controller programming. I have written a program which sets one of the GPIO Pin. The program compiles with no errors...
  • in debug mode, won't enter main()
    Hello, I am looking for some help with my Keil uVision 5.27. I am able to run some example code for my chip that I downloaded from NXP. I have 0 errors and 0 warnings. I am able to go into the debug...
  • 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...