HD6417041AVF16V Renesas Electronics America, HD6417041AVF16V Datasheet - Page 253

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
6.1.56
Description: Arithmetically shifts the contents of general register Rn to the right by one bit, and
stores the result in Rn. The bit that is shifted out of the operand is transferred to the T bit (figure
6.9).
Operation:
Example:
Format
SHAR Rn
SHAR(long n) /* SHAR Rn */
{
}
SHAR
long temp;
if ((R[n]&0x00000001)==0) T=0;
else T=1;
if ((R[n]&0x80000000)==0) temp=0;
else temp=1;
R[n]>>=1;
if (temp==1) R[n]|=0x80000000;
else R[n]&=0x7FFFFFFF;
PC+=2;
SHAR (Shift Arithmetic Right): Shift Instruction
R0
Abstract
MSB
; Before execution:
; After execution:
SHAR
Rn
T
Figure 6.9 Shift Arithmetic Right
MSB
Code
0100nnnn00100001 1
R0 = H'80000001, T = 0
R0 = H'C0000000, T = 1
Rev. 5.00 Jun 30, 2004 page 237 of 512
Cycle T Bit
Section 6 Instruction Descriptions
LSB
LSB
T
SH-1 SH-2
REJ09B0171-0500O
Instructions
Applicable
SH-
DSP

Related parts for HD6417041AVF16V