• *** ERROR L107: ADDRESS SPACE
    Hi all, I have a program for my STR710 MCU that is running fine. I added the following function: void Initialisation_INT(void)< EIC_FIQConfig(DISABLE); EIC_IER0 &= 0x0000; /**Disable all unused...
  • *** ERROR L107: ADDRESS SPACE
    Hi all, I have a program for my STR710 MCU that is running fine. I added the following function: void Initialisation_INT(void)< EIC_FIQConfig(DISABLE); EIC_IER0 &= 0x0000; /**Disable all unused...
  • uVision - Out of Memory error
    Hello, I'm getting an error in uVision where I get a pop-up that says "Out of Memory" than uVision freezes. I have a project and I can compile and download to my target without any problems....
  • L6000U: Out of memory error
    Note: This was originally posted on 14th July 2009 at http://forums.arm.com When i compile my module, i get the following link error L6000U: Out of memory error. This happens only when i compile with...
  • ZI-data size increases with Stack Size increase
    If i set the stack size to 10k(0x2800) in the configuration wizard and re-build the code, ZI-data size is 18868. But when i increase the stack size to 20k(0x5000),ZI-data becomes 29108. Why is this so...