• .asm language
    can any one help ! how do i display a number larger than 9 in a LCD screen using .asm language
  • Array of struct within struct
    Has anyone defined an array of struct inside another struct with C51? I can find no reference document prohibiting it. Yet, when I try to compile following fragment: #include <stdio.h> struct...
  • Initializing array of structs
    Hello, I have an array of structs, which I would like to initialize at startup, but to my surprise this gives me a compiler syntax error: I do as follows: typedef volatile struct Timer {...
  • How to dump the full compilation pass from ARMCC? Just like GCC.
    It looks like there is no such options.
  • Can we bulid projects using command line options?
    hi all, I am using xc866 infineon processor.I want to generate .hex file using command prompt option.Is it possible in Keil Thanks in advance, Chris