欢迎访问ic37.com |
会员登录 免费注册
发布采购

DSP56301VF100 参数 Datasheet PDF下载

DSP56301VF100图片预览
型号: DSP56301VF100
PDF下载: 下载PDF文件 查看货源
内容描述: 24位数字信号处理器 [24-Bit Digital Signal Processor]
分类和应用: 外围集成电路数字信号处理器时钟
文件页数/大小: 124 页 / 2296 K
品牌: FREESCALE [ Freescale ]
 浏览型号DSP56301VF100的Datasheet PDF文件第103页浏览型号DSP56301VF100的Datasheet PDF文件第104页浏览型号DSP56301VF100的Datasheet PDF文件第105页浏览型号DSP56301VF100的Datasheet PDF文件第106页浏览型号DSP56301VF100的Datasheet PDF文件第108页浏览型号DSP56301VF100的Datasheet PDF文件第109页浏览型号DSP56301VF100的Datasheet PDF文件第110页浏览型号DSP56301VF100的Datasheet PDF文件第111页  
Power Consumption Benchmark A  
The following benchmark program permits evaluation of DSP power usage in a test situation. It enables the PLL,  
disables the external clock, and uses repeated multiply-accumulate (MAC) instructions with a set of synthetic DSP  
application data to emulate intensive sustained DSP operation.  
;**************************************************************************  
;**************************************************************************  
;*  
*
;* CHECKS  
;*  
Typical Power Consumption  
*
*
;**************************************************************************  
page  
200,55,0,0,0  
nolist  
I_VEC EQU$000000; Interrupt vectors for program debug only  
START EQU$8000 ; MAIN (external) program starting address  
INT_PROG EQU$100 ; INTERNAL program memory starting address  
INT_XDAT EQU$0 ; INTERNAL X-data memory starting address  
INT_YDAT EQU$0 ; INTERNAL Y-data memory starting address  
INCLUDE "ioequ.asm"  
INCLUDE "intequ.asm"  
list  
org  
P:START  
;
movep #$0123FF,x:M_BCR; BCR: Area 3 : 1 w.s (SRAM)  
; Area 2 : 0 w.s (SSRAM)  
; Default: 1 w.s (SRAM)  
;
movep #$0d0000,x:M_PCTL; XTAL disable  
; PLL enable  
; CLKOUT disable  
;
;Load the program  
;
move  
move  
do  
move  
move  
nop  
#INT_PROG,r0  
#PROG_START,r1  
#(PROG_END-PROG_START),PLOAD_LOOP  
p:(r1)+,x0  
x0,p:(r0)+  
PLOAD_LOOP  
;
; Load the X-data  
;
move  
move  
#INT_XDAT,r0  
#XDAT_START,r1  
DSP56301 Technical Data, Rev. 10  
Freescale Semiconductor  
A-1  
 复制成功!