參數(shù)資料
型號: MB91F479PMC1-GE1
廠商: Fujitsu Semiconductor America Inc
文件頁數(shù): 49/94頁
文件大?。?/td> 0K
描述: IC MCU 512KB FLASH 144-LQFP
標準包裝: 1
系列: FR MB91470
核心處理器: FR60 RISC
芯體尺寸: 32-位
速度: 80MHz
連通性: EBI/EMI,I²C,F(xiàn)IFO,SIO
外圍設(shè)備: DMA,PWM,WDT
輸入/輸出數(shù): 113
程序存儲器容量: 512KB(512K x 8)
程序存儲器類型: 閃存
RAM 容量: 32K x 8
電壓 - 電源 (Vcc/Vdd): 4 V ~ 5.5 V
數(shù)據(jù)轉(zhuǎn)換器: A/D 12x8/10b,4x12b
振蕩器型: 外部
工作溫度: -40°C ~ 85°C
封裝/外殼: 144-LQFP
包裝: 托盤
配用: 865-1109-ND - KIT 32BIT RSC MCU MOTOR CONTROL
其它名稱: 865-1095
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-B3F-IW-F1 CONVERTER MOD DC/DC 72V 100W
VE-B3D-IX-F4 CONVERTER MOD DC/DC 85V 75W
VE-B42-IW CONVERTER MOD DC/DC 15V 100W
VE-B3D-IX-F3 CONVERTER MOD DC/DC 85V 75W
VE-B3D-IX-F1 CONVERTER MOD DC/DC 85V 75W
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
MB91F482PMC-GE1 功能描述:IC MCU 256KB FLASH 100-LQFP RoHS:是 類別:集成電路 (IC) >> 嵌入式 - 微控制器, 系列:FR MB91480 標準包裝:38 系列:Encore!® XP® 核心處理器:eZ8 芯體尺寸:8-位 速度:5MHz 連通性:IrDA,UART/USART 外圍設(shè)備:欠壓檢測/復(fù)位,LED,POR,PWM,WDT 輸入/輸出數(shù):16 程序存儲器容量:4KB(4K x 8) 程序存儲器類型:閃存 EEPROM 大小:- RAM 容量:1K x 8 電壓 - 電源 (Vcc/Vdd):2.7 V ~ 3.6 V 數(shù)據(jù)轉(zhuǎn)換器:- 振蕩器型:內(nèi)部 工作溫度:-40°C ~ 105°C 封裝/外殼:20-SOIC(0.295",7.50mm 寬) 包裝:管件 其它名稱:269-4116Z8F0413SH005EG-ND
MB91F487 制造商:FUJITSU 制造商全稱:Fujitsu Component Limited. 功能描述:32-bit Microcontrollers
MB91F487PMC-GE1 功能描述:IC MCU 512KB FLASH 100-LQFP RoHS:是 類別:集成電路 (IC) >> 嵌入式 - 微控制器, 系列:FR MB91480 標準包裝:38 系列:Encore!® XP® 核心處理器:eZ8 芯體尺寸:8-位 速度:5MHz 連通性:IrDA,UART/USART 外圍設(shè)備:欠壓檢測/復(fù)位,LED,POR,PWM,WDT 輸入/輸出數(shù):16 程序存儲器容量:4KB(4K x 8) 程序存儲器類型:閃存 EEPROM 大小:- RAM 容量:1K x 8 電壓 - 電源 (Vcc/Vdd):2.7 V ~ 3.6 V 數(shù)據(jù)轉(zhuǎn)換器:- 振蕩器型:內(nèi)部 工作溫度:-40°C ~ 105°C 封裝/外殼:20-SOIC(0.295",7.50mm 寬) 包裝:管件 其它名稱:269-4116Z8F0413SH005EG-ND
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 標準包裝:1 系列:MSP430x4xx 核心處理器:RISC 芯體尺寸:16-位 速度:8MHz 連通性:SPI,UART/USART 外圍設(shè)備:欠壓檢測/復(fù)位,LCD,POR,PWM,WDT 輸入/輸出數(shù):48 程序存儲器容量:32KB(32K x 8 + 256B) 程序存儲器類型:閃存 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)