SEARCH
TOOLBOX
LANGUAGES
modified on 17 June 2010 at 15:48 ••• 19,102 views

Eagle Bitband Example

From Manuals

Revision as of 15:48, 17 June 2010 by Support (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Bit Banding(bitband)

Compatibility Eagle50, 50E, 100

This example application demonstrates the use of the bit-banding capabilities of the Cortex-M3 microprocessor. All of SRAM and all of the peripherals reside within bit-band regions, meaning that bit-banding operations can be applied to any of them. In this example, a variable in SRAM is set to a particular value one bit at a time using bit-banding operations (it would be more efficient to do a single non-bit-banded write; this simply demonstrates the operation of bit-banding).