• Missing features in Blinky example on F429 Discovery board
    I am training myself to use MDK5 on an ST Micro 32F429IDISCOVERY board, which uses the STM32F429ZI, Cortex-M4 processor. I found a cheat sheet on the Keil web site entitled "STMicroelectronics: Cortex...
  • example programs
    hi to all, I'm Sena. Learning the Keil package for our development purpose... for i need the example prgs.... apart from what keil corporation has given in their CD... If i get some project...
  • LPC2148 HID example program not working?
    I can NOT get this example to work? I have been using the MCB2140 for several weeks, no problem there. I can open the HID project in uVision3, compile it, download it, run it, step thru it. Then I...
  • Link error on missing symbol that is there.
    The symbol X shows up in the link map, but the linker still generates unresolved symbol errors for X in main. Any ideas? File Main.c: extern xdata X[]; static char xdata* p = X; void main( void...
  • missing code for C instruction
    The line /***/ below doesn't generate any code, how to fix? using MSP432p401R //a tree is similar to an inverted 'V' with two branches (left and right) of equal length. //it's assumed lightCount...