• How to cross compile LLVM targeting arm on a laptop machine
    Hi, I would like to crete assembly and binaries from c code, targeting arm v7 architecture. I would like to use LLVM to do that. Is there any specific manual/documentation/website? Thank you
  • State machine in C problem
    Dear all experts I have to implement a state machine on my project using switch case statement look like this. //----------------------------------------- switch(state) { case STATE1: ... ...
  • Machine codes of accessing bit variable in are different ...?
    I have one question about the machine code of bit variable in ?C_INITSEG and normal function Assume bit variable PASS is declared and defined: bit PASS=0; After starting Debug Session I...
  • machine cycle
    Hello all, the way we calculate 1 machine cycle period in 8051 clock = 12MHz then 1m/c = 1/ (12MHz / 12) = 1 usec In case of ARM7, I have peripheral clock for timer = 12Mhz (after doing all...
  • IDE problem on Win 2000 machine
    On a win 2000 the uv3 editor window seemed to scramble the code, also it's not effecting the abbility to build the project it is very hard to work this way. It is not happening on a Win XP instalation...