• Keil 5 MDK ARM Scatter fil

    Hi, 

    I'm using keil5 MDK ARM for my project development. 

    I want to use custom scatter file for placing my constitution variable and function in pre defined memory section. 

    Please provide step by step procedure for this application and give some example…

  • KEIL MDK external Flash templates (FLM)

    Hi everyone.

    i'm building some prototype devices based on a reference design from a client of mine. 

    The reference design uses an AP8064 Audio SoC which has a Cortex M3 core.

    The AP8064 does not have any on-board flash. The dev-kit and the reference…

  • 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…