Coder Social home page Coder Social logo

mm32_sct's Introduction

MM32_SCT

MM32 Scatter Files for Keil µVision at Link Phase (for armlink).

Scatter File

A scatter file contains one or more load regions. Each load region can contain one or more execution regions.

Arm Compiler 5

#!armcc -E

Arm Compiler for Embedded 6

#!armclang -E --target=arm-arm-none-eabi -mcpu=cortex-m3 -xc

Description

The option -E makes armclang only execute the preprocessor step. See -E

The mandatory option --target specifies the target state, either AArch32 state, as shown in this example, or AArch64 state. aarch64-arm-none-eabi or arm-arm-none-eabi. aarch64-arm-none-eabi, generates A64 instructions for AArch64 state. Implies -march=armv8-a unless -mcpu or -march is specified. arm-arm-none-eabi, generates A32/T32 instructions for AArch32 state. Must be used in conjunction with -march (to target an architecture) or -mcpu (to target a processor).

The option -mcpu specifies a processor, Cortex-M3 in this example. Alternatively, you can use -march to specify an architecture. See -mcpu and -march

The option -x specifies the source language. -xc is c language. See -x

See Preprocessing a scatter file when linking with armlink.

Usage

Project -> Options for 'XXXX' -> Linker -> Scatter File -> ... (File Picker) to open *.scat.

mm32_sct's People

Contributors

iclite avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.