• is array size limited?
    Hi, When i run the program below with the array size as 255,the random values are getting stored in the value array correctly.But if I increase the size of the array to 256 only '0's'(zeros) are getting...
  • limitation in array size?
    Hello, is ther a limitation in array size? "unsigned char huge test [2048]" works fine. One kByte more, and the processor is hanging up. The compiler makes no trouble. eg. unsigned char huge test...
  • Using C preprocessor to limit array size during compilation
    Hello, I want to use the #error directive to limit the size of a statically allocated array during compilation (it must not exceed a certain limit, and I want to fail compilation, not startup, if...
  • code size limitation to 64k?
    Hi The problem reported in '6286 sprintf malfunction?' seems to be a more general problem: I guess that I can't have a code size more than 64k. How to break this limit? I have read, that the 80C166...
  • Code Size Limit
    What can I do with that fatal error? FATAL ERROR L250: CODE SIZE LIMIT IN RESTRICTED VERSION EXCEEDED I know I have a evaluation version. How can I get a another version? Is it free? How much is...