• Predefined symbols are not defined.
    I am trying to use predefined symbols such as __OPTIMISE_LEVEL, __TARGET_ARCH_ARM, __TARGET_ARCH_THUMB on the evaluation version of the MDK and I find that they are not defined. I tried to list all the...
  • 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...
  • scatter-file: Region-related symbols
    Good evening, I want to test my own scatter-file with the functions on this page. http://www.keil.com/support/man/docs/armlink/armlink_chdcgbjd.htm the values I get are wrong or I don't...
  • How to specify both image address and load address on armlink
    Hello, I want copy my RO-data and vector table to RAM, and run in RAM complete. I have two question: 1. In my.sct file I specify vector table(RESET AREA) image address at 0x20000000, How to specify vector...
  • How to export linker-defined symbols to a symbol file?
    I built an image with armlink using a scatter file. I used the --symdefs option and a steering file to export all public symbols that are in my image and that I want other code to have access to. In...