Motorola DSP56301 user manual Rep Mac x0,x1,a x,lr0+

Models: DSP56301

1 372
Download 372 pages 304 b
Page 309
Image 309

rep

n0

 

mac x0,x1,a x,l:(r0)+

;; exercise mac, write x/y ram

else

 

;; x/y ram not symmetrical

;; write x memory

 

clr a

#start_xram,r0

;; start of xram

move

#>length_xram,n0

;; length of xram

rep

n0

 

mac x0,y0,a x1,x:(r0)+

;; exercise mac, write xram

;; write y memory

 

clr a

#start_yram,r1

;; start of yram

move

#>length_yram,n1

;; length of yram

rep

n1

 

mac x1,y0,a x0,y:(r1)+

;; exercise mac, write yram

endif

 

 

;; write p memory

 

clr a

#start_pram,r2

;; start of pram

move

#>length_pram,n2

;; length of pram

rep

n2

 

move

y0,p:(r2)+

;; write pram

 

;; check memory contents

 

if

(EQUALDATA)

;; x/y ram symmetrical

 

;; check dram

 

 

clr a

#start_dram,r0

;; restore pointer, clear a

 

do

n0,_loopd

 

 

move

x:(r0),a1

;; a0=a2=0

 

eor

x1,a

 

 

add

a,b

;; accumulate error in b

 

move

y:(r0)+,a1

;; a0=a2=0

 

eor

x0,a

 

 

add

a,b

;; accumulate error in b

_loopd

 

 

 

else

 

 

;; x/y ram not symmetrical

 

;; check xram

 

 

clr a

#start_xram,r0

;; restore pointer, clear a

 

do

n0,_loopx

 

 

move

x:(r0)+,a1

;; a0=a2=0

 

eor

x1,a

 

 

add

a,b

;; accumulate error in b

_loopx

 

 

 

 

;; check yram

 

 

clr a

#start_yram,r1

;; restore pointer, clear a

 

do

n1,_loopy

 

 

move

y:(r1)+,a1

;; a0=a2=0

 

eor

x0,a

 

 

add

a,b

;; accumulate error in b

_loopy

 

 

 

endif

DSP56301 User’s Manual

A-13

Page 309
Image 309
Motorola DSP56301 user manual Rep Mac x0,x1,a x,lr0+

DSP56301 specifications

The Motorola DSP56301 is a highly efficient digital signal processor, specifically engineered for real-time audio and speech processing applications. This DSP is part of Motorola's renowned DSP56300 family, which is recognized for its innovative features and outstanding performance in the realm of digital signal processing.

One of the main features of the DSP56301 is its ability to handle complex computations at high speeds. With a maximum clock frequency of 66 MHz, it delivers fast performance, enabling it to process audio signals in real time. The chip is built on a 24-bit architecture, which allows for high-resolution audio processing. This is particularly beneficial in applications such as telecommunications, consumer audio devices, and professional audio equipment, where precision is paramount.

The DSP56301 boasts a comprehensive instruction set that includes efficient mathematical operations, which are essential for digital filters and audio effects processing. One of the key innovations of this device is its dual data path architecture, which permits simultaneous processing of multiple data streams. This feature significantly enhances the device's throughput and responsiveness, making it suitable for demanding applications such as voice recognition and synthesis.

In terms of memory regions, the DSP56301 includes several on-chip memory categories, such as program memory, data memory, and a specialized memory for coefficients. The architecture's support for external memory expansion further increases its versatility, allowing designers to tailor systems to their specific requirements.

The DSP56301 implements advanced features such as a powerful on-chip hardware multiplier and accumulator, simplifying complex mathematical tasks and accelerating the execution of algorithms. Its flexible interrupt system enhances its capability to respond to time-sensitive operations, while the integrated serial ports facilitate efficient data communication with external devices.

Power consumption is also a vital characteristic of the DSP56301. It is designed with energy efficiency in mind, allowing for extended operation in battery-powered devices. The chip’s low power requirements are particularly advantageous in portable audio devices and other applications where energy conservation is crucial.

In conclusion, the Motorola DSP56301 is an exceptional digital signal processor that combines high processing power, flexibility, and efficiency. Its main features, advanced technologies, and robust architecture make it a top choice for developers seeking to create sophisticated audio and signal processing systems. With its enduring legacy in the industry, the DSP56301 continues to be relevant in a variety of modern applications, ensuring it remains a valuable tool for engineers and designers.