Addressing Peripherals as Data Structures in C

Texas Instruments

Published Date: 06/01/1997

Description

A DSP's peripheral-specific registers can be manipulated in C. Two methods are presented for handling this task. Each method has different advantages and disadvantages. Method 1 is very useful for addressing peripheral or memory buffers that are device specific. Method 2 is preferred for addressing peripherals or memory buffers which are not device specific (i.e. peripherals are user specified).