• error messages for a big array
    Hi, I have a big project working with an AT89C51SNDC with severals files ( *.c and *.h) I don't understand why in this project, I have these errors messages : error C141: syntax error near...
  • error messages for a big array
    Hi, I have a big project working with an AT89C51SNDC with severals files ( *.c and *.h) I don't understand why in this project, I have these errors messages : error C141: syntax error near...
  • when I use big arrays, i get problem...
    Hi, I am using AT89C51rd2. When I use big arrays like abc[270] and def[274] in my code, nothing works correct. But i use abc[40] and def[40], every thing is ok. when abc[270] and def[274] declared...
  • when I use big arrays, i get problem...
    Hi, I am using AT89C51rd2. When I use big arrays like abc[270] and def[274] in my code, nothing works correct. But i use abc[40] and def[40], every thing is ok. when abc[270] and def[274] declared...
  • How to define a big array in external memory
    Hi, I am using REALVIEW to develop my project with STR912FAW44 microcontroller. My issue is the same as the post below. http://www.keil.com/forum/docs/thread8004.asp I want to define a big...