• simple startup program
    hi....i am just starting with ARM microcontrollers........ i want to make a program so that i can monitor a pin like P0.8 and if its high then LED should glow on P0.22 here is pseudocode for it...
  • The most simple A51 program
    Hi I just bought the MCB900 ver.4 with LPC935. I have programmed the first demo program into the flash - CheckLed - and it works fine on the eval board. I have many experiences with the old non Keil...
  • (Probably simple) syntax error
    I've written my first program in Keil uVision2 just to toggle a led with my 8052 microcontroller. Code looks like this: #define P3 *(volatile unsigned int *)0x00B0; //I/O pin to be toggled ...
  • Simple hal sensor on/off program
    I want a simple on/off programming for 8951.Please guide me to program.
  • Simple Question
    What does the following mean? #pragma src #prgma OT (8) Thanks