• Execution Region RW_IRAM 1 exeeds limit
    Hello! I am working on LPC2138. The flash is 512K and the ram is 32K. As the code exeeds limit of ram i.e. 32K the keil compiler gives error "Execution region RW_IRAM1 size(34624 bytes) exeeds limit...
  • Memory Exceed
    Hi I'm doing this project about Monitor and Control Green House Effect, I got no Error neither a warning but i cant build a Target due to memory is exceeding the limit. Here is My code and build output...
  • compiler problem- size limited
    Iam developing a firm ware for fx2 on 8051. I have a evaluation version of keil C where the object file is limited to 4K. Iam not able to generete the hex file as the size is limited .Also I need bin...
  • LPC900: Generate an error when Code exceeds 0x1c00
    Hi, I have written a boot loader that is located in 0x1C00-0x1DFF. Therefor my working code should be limited to 0x0000-0x1BFF. I want to generate an error when this border is crossed. In target...
  • 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...