• Is There a 32K Limit for Flash Programming?
    Im using an ST10F269 chip and trying to program my application into Flash. Everything was working fine until my compiled application grew past 32k bytes. I can run the application in development mode...
  • 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...
  • 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...
  • 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...
  • Regarding Limitations of GNU compiler
    This is the first time Iam trying to implement my project using GNU C Compiler. I have tried out some example projects using Real View Compiler.The reason i switched to GNU C Compiler is because of...