• 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...
  • 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...
  • 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...
  • How to write code to help complier store variable into register??
    Hi all I try to use Generate Assembler SRC file to see the assembler code ,I found the complier is smart enough to stroe variable into register sometimes , but sometimes is strange. I try to complier...