Browse By Tags

  • Problem: SRAM region is full

    Note: This was originally posted on 12th December 2008 at http://forums.arm.com

    Hello!

    I am getting the compiler error that "sram region is full", and I am trying to identify the possible causes. I know this is basic problem, but I am a newbie!…
  • Debugging memory issues ARM7, Keil µVision 4

    I am having some issues trying to debug what appear to be some very strange behaviors. For example, we have:

    static const char* LOG_FORMAT = "0x%02x,%.5f,";

    and the pointer changes for no obvious reason. Sometimes to garbage, sometimes to other…