• where is the syntax for .sct (scatter file content) defined?  Did ARM originate this file type?
    Automatically generated when I create a new project with Keil: my.sct LR_IROM1 0x00400000 0x00020000  {    ; load region size_region   ER_IROM1 0x00400000 0x00020000  {  ; load address = execution address...
  • 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...
  • ARM scatter file symbols not defined?
    In my scatter file, I have a memory region named TCM_COPY, In my C file, i am trying to extern the region_name like, extern unsigned int Image$$TCM_COPY$$Base. But when I compile that C file, the...
  • CMSIS not supporting in keil -mdk
    Dear All, I am using STM32 device with MDK Keil 5.06 version. My project was developed in Coocox environment. Right at the moment, coocox is inactive in Forum. I have make a new project on MDK Keil  and...
  • Create standalone function to be loaded into Code memory
    I have an application, for an 8051 device, that accepts commands, acts on them, and provides a reply. I want to implement a command that will load code (for an new function) into a reserved section of...