HD6417041AVF16V Renesas Electronics America, HD6417041AVF16V Datasheet - Page 215

IC SUPERH MCU ROMLESS 144QFP

HD6417041AVF16V

Manufacturer Part Number
HD6417041AVF16V
Description
IC SUPERH MCU ROMLESS 144QFP
Manufacturer
Renesas Electronics America
Series
SuperH® SH7040r
Datasheets

Specifications of HD6417041AVF16V

Core Processor
SH-2
Core Size
32-Bit
Speed
28.7MHz
Connectivity
EBI/EMI, SCI
Peripherals
DMA, POR, PWM, WDT
Number Of I /o
98
Program Memory Type
ROMless
Ram Size
4K x 8
Voltage - Supply (vcc/vdd)
3 V ~ 3.6 V
Data Converters
A/D 8x10b
Oscillator Type
Internal
Operating Temperature
-20°C ~ 75°C
Package / Case
144-QFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Program Memory Size
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
HD6417041AVF16V
Manufacturer:
Renesas Electronics America
Quantity:
10 000
MOVBP(long m,long n)/* MOV.B @Rm+,Rn */
{
}
MOVWP(long m,long n)
{
}
MOVLP(long m,long n)
{
}
MOVBS0(long m,long n)
{
}
MOVWS0(long m,long n)
{
}
R[n]=(long)Read_Byte(R[m]);
if ((R[n]&0x80)==0) R[n]&0x000000FF;
else R[n]|=0xFFFFFF00;
if (n!=m) R[m]+=1;
PC+=2;
R[n]=(long)Read_Word(R[m]);
if ((R[n]&0x8000)==0) R[n]&0x0000FFFF;
else R[n]|=0xFFFF0000;
if (n!=m) R[m]+=2;
PC+=2;
R[n]=Read_Long(R[m]);
if (n!=m) R[m]+=4;
PC+=2;
Write_Byte(R[n]+R[0],R[m]);
PC+=2;
Write_Word(R[n]+R[0],R[m]);
PC+=2;
/* MOV.W @Rm+,Rn */
/* MOV.L @Rm+,Rn */
/* MOV.B Rm,@(R0,Rn) */
/* MOV.W Rm,@(R0,Rn) */
Rev. 5.00 Jun 30, 2004 page 199 of 512
Section 6 Instruction Descriptions
REJ09B0171-0500O

Related parts for HD6417041AVF16V