Eagle Bitband Example
From Manuals
(Difference between revisions)
m (Created page with '__TOC__ =Bit Banding(bitband)= ==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html Eagle50], [http://www.micromint.com/index.php/SBC/eagle-50.html 50E], [http:/…') |
m (moved Eagle Bit Band Example to Eagle Bitband Example) |
||
| (2 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | |||
=Bit Banding(bitband)= | =Bit Banding(bitband)= | ||
| - | ==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html | + | ==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html Eagle 50], [http://www.micromint.com/index.php/SBC/eagle-50.html 50E], [http://www.micromint.com/index.php/SBC/eagle-100.html 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). | 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). | ||
[[Image:Eagle Bitband.gif|center|]] | [[Image:Eagle Bitband.gif|center|]] | ||
Current revision as of 01:04, 20 June 2010
Bit Banding(bitband)
Compatibility Eagle 50, 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).

