• complier, failure, code , debugging
    The code is written well, but when I press build and enters the debug window, it misses some lines. I thought it might be the intending problem, but is the problem the Keil software. In debugger window...
  • 8051 C complier
    Hello all, I have been programming the 8051 chip using assembly for small programs and applications such as A to D converter, alarm clock, etc. In which I have learned that it is a great pain to...
  • reg. keil c complier
    dear sir, I have downloaded free demo version for Uvision 2v2.31 c complier for 8051 core, with limited memory capacity. in example programme "hello word" is in serial commumication port and "icon...
  • Complier V6 optimization problem
    Dear All, I have been using arm complier V5 for a couple of years and it works very good actually. I finished one complete project using V5 -O3 optimization level. However, I started new project and...
  • ARM different array size by complier
    I faced the wired situation. I have two questions. I declared the global variable of structure array type as below. A_TYPE gstXXXX[16]; Then, two functions wanted to look for the address of...