參數(shù)資料
型號(hào): MB91F487PMC-GE1
廠商: Fujitsu Semiconductor America Inc
文件頁數(shù): 49/94頁
文件大?。?/td> 0K
描述: IC MCU 512KB FLASH 100-LQFP
標(biāo)準(zhǔn)包裝: 1
系列: FR MB91480
核心處理器: FR60 RISC
芯體尺寸: 32-位
速度: 80MHz
連通性: I²C,F(xiàn)IFO,SIO
外圍設(shè)備: DMA,PWM,WDT
輸入/輸出數(shù): 77
程序存儲(chǔ)器容量: 512KB(512K x 8)
程序存儲(chǔ)器類型: 閃存
RAM 容量: 32K x 8
電壓 - 電源 (Vcc/Vdd): 4 V ~ 5.5 V
數(shù)據(jù)轉(zhuǎn)換器: A/D 14x8/10b
振蕩器型: 外部
工作溫度: -40°C ~ 85°C
封裝/外殼: 100-LQFP
包裝: 托盤
其它名稱: 865-1096
55
32015G–AVR32–09/09
AT32AP7001
Syntax:
I.
picosvmul
OUTd, INx, INy, INz
Operands:
I.
d
∈ {0, 1, 2, 3}
x, y, z
∈ {0, 1, ... , 11}
Opcode:
Example:
/*
Excerpt from inner loop of bilinear interpolation filter operating on image component stored in an array pointed to by
r12. The width of the image is stored in r11 while the resulting filtered image is pointed to by r10. The coefficients of
the filter: A, B, C, D are already set before this code is executed. COEFF0_0 = A, COEFF0_1 = B, COEFF0_2 = 0,
COEFF1_0 = C, COEFF1_1 = D, COEFF1_2 = 0, COEFF2_0 = 0, COEFF2_1 = 0, COEFF2_2 = 0, OFFSET0 = 0.5
(For rounding the result), OFFSET1 = 0, OFFSET2 = 0.
The Input Selection Mode is set to Horizontal Filter Mode while the Output Insertion Mode is set to Planar Insertion
Mode.
The input image pointer might be unaligned, hence the use of ld.w instead of picold.w, while the output image pointer
is word aligned.
Four output pixels are computed in this example which show an example of a bilinear interpolation filter found in
the Motion Compensation used in the H.264 Video Standard.
*/
...
ld.w
r1, r12[0]
/* r1 = *((int *)src) */
ld.w
r0, r12[r11]
/* r0 = *((int *)(src + width)) */
sub
r12, -2
/* src+=2 */
ld.w
r3, r12[0]
/* r3 = *((int *)src) */
ld.w
r2, r12[r11]
/* r2 = *((int *)(src + width)) */
picomv.d
INPIX1:INPIX2, r0
/* INPIX1 = r1, INPIX2 = r0 */
picosvmul
OUT0, IN4, IN8, IN0
/* OUT0 = A*src[j][i+0] + B*src[j][i+1] C*src[j+1][i] + D*src[j+1][i+1] */
picosvmul
OUT1, IN5, IN9, IN0
/* OUT1 = A*src[j][i+1] + B*src[j][i+2] C*src[j+1][i+1] + D*src[j+1][i+2] */
picomv.d
INPIX1:INPIX2, r2
/* INPIX1 = r3, INPIX2 = r2 */
picosvmul
OUT2, IN4, IN8, IN0
/* OUT2 = A*src[j][i+2] + B*src[j][i+3] C*src[j+1][i+2] + D*src[j+1][i+3] */
picosvmul
OUT3, IN5, IN9, IN0
/* OUT3 = A*src[j][i+3] + B*src[j][i+4] C*src[j+1][i+3] + D*src[j+1][i+4] */
sub
r12, -2
/* src+=2 */
picost.w
r10++, OUTPIX0
/* *((int *)src) = { OUT0, OUT1, OUT2, OUT3 } */
...
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
1
10
00
01
10
01
0
OUT
d[1]
15
14
13
12
11
10
98
76
54
32
10
PICO CP#
OUT
d[0]
INx
INy
INz
相關(guān)PDF資料
PDF描述
VE-B3D-IW-F3 CONVERTER MOD DC/DC 85V 100W
VE-B3D-IW-F2 CONVERTER MOD DC/DC 85V 100W
ATSAM3X4CA-AU IC MCU 2X128KB CORTEX-M3 100-QFP
VE-B3D-IW-F1 CONVERTER MOD DC/DC 85V 100W
VE-B3B-IX-F4 CONVERTER MOD DC/DC 95V 75W
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
MB91F492PMC-GE1 功能描述:IC MCU 256KB FLASH FR60 LFQFP RoHS:是 類別:集成電路 (IC) >> 嵌入式 - 微控制器, 系列:FR MB91490 產(chǎn)品培訓(xùn)模塊:The Ultra-Low Power MSP430 MSP430 Overview MSP430 Design Tools MSP430 Peripherals MSP430x2xx/4xx and Wireless Overview Portable Medical Solutions with MSP430 MSP430 for Utility Metering Solutions MSP430: How to JTAG MSP430, How To Use the Clock System Grace Software Graphical User Interface MCU Overview Driver Library MSP430Ware Overview 標(biāo)準(zhǔn)包裝:1 系列:MSP430x4xx 核心處理器:RISC 芯體尺寸:16-位 速度:8MHz 連通性:SPI,UART/USART 外圍設(shè)備:欠壓檢測(cè)/復(fù)位,LCD,POR,PWM,WDT 輸入/輸出數(shù):48 程序存儲(chǔ)器容量:32KB(32K x 8 + 256B) 程序存儲(chǔ)器類型:閃存 EEPROM 大小:- RAM 容量:1K x 8 電壓 - 電源 (Vcc/Vdd):1.8 V ~ 3.6 V 數(shù)據(jù)轉(zhuǎn)換器:A/D 8x12b 振蕩器型:內(nèi)部 工作溫度:-40°C ~ 85°C 封裝/外殼:100-LQFP 包裝:Digi-Reel® 其它名稱:296-26232-6
MB91F585 制造商:FUJITSU 制造商全稱:Fujitsu Component Limited. 功能描述:32-bit Motor Control MCU for Electric (EV) and Hybrid Electric Vehicles (HEV)
MB91F587 制造商:FUJITSU 制造商全稱:Fujitsu Component Limited. 功能描述:32-bit Motor Control MCU for Electric (EV) and Hybrid Electric Vehicles (HEV)
MB91F591 制造商:FUJITSU 制造商全稱:Fujitsu Component Limited. 功能描述:32-bit MCU with Integrated Graphics Controller SoC
MB91F592 制造商:FUJITSU 制造商全稱:Fujitsu Component Limited. 功能描述:32-bit MCU with Integrated Graphics Controller SoC