• PROGRAM SIZE
    Here is a solution for all you engineers who have installed Keil and try to compile your code and do not get "Program Size: data=xx.x xdata=xxx code=xxxxx" on the output screen. SOLUTION: REBOOT YOUR...
  • Program size
    Hi guys again here to trouble you little more ok the problem is after compiling compiler keil doesn't give any error but program doesn't work as it should I guess Program Size: data=104.0 xdata=0 code...
  • Program Size
    Could someone kindly explain to me how I can interpret the size of my program from the output generated by the C51 compiler. Data = 9.0 Xdata = 1717 Code = 2357 Thank you in advance.
  • Program Size
    Dear All, Iam new to STM32F103ZE evaluation kit and realview compiler in uVision 3.24,just i tried some example programs. The Total ROM size is too high for simple application programs. Total ROM Size...
  • Program Size Question
    I've been working on a project in KEIL uVision3 for some time now, and recently noticed that when compiled, my program size is displayed as follows: Program Size: Data=164.0 xdata=589 code=8279 ...