R5S72030W200FP Renesas Electronics America, R5S72030W200FP Datasheet - Page 334

IC SUPERH MPU ROMLESS 240QFP

R5S72030W200FP

Manufacturer Part Number
R5S72030W200FP
Description
IC SUPERH MPU ROMLESS 240QFP
Manufacturer
Renesas Electronics America
Series
SuperH® SH7200r
Datasheets

Specifications of R5S72030W200FP

Core Processor
SH2A-FPU
Core Size
32-Bit
Speed
200MHz
Connectivity
CAN, I²C, SCI, SSI, SSU, USB
Peripherals
DMA, LCD, POR, PWM, WDT
Number Of I /o
82
Program Memory Type
ROMless
Ram Size
80K x 8
Voltage - Supply (vcc/vdd)
1.1 V ~ 3.6 V
Data Converters
A/D 8x10b; D/A 2x8b
Oscillator Type
Internal
Operating Temperature
-20°C ~ 85°C
Package / Case
240-QFP
For Use With
R0K572030S000BE - KIT DEV FOR SH7203HS0005KCU11H - EMULATOR E10A-USB H8S(X),SH2(A)
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
Eeprom Size
-
Program Memory Size
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
R5S72030W200FP
Manufacturer:
SAMSUNG
Quantity:
1 001
Part Number:
R5S72030W200FP
Manufacturer:
Renesas Electronics America
Quantity:
10 000
Part Number:
R5S72030W200FP
Manufacturer:
RENESAS
Quantity:
8 000
Section 6 Instruction Descriptions
6.5.19
Description
When FPSCR.PR = 0: Converts the single-precision floating-point number in FRm to a 32-bit
integer, and stores the result in FPUL.
When FPSCR.PR = 1: Converts the double-precision floating-point number in FRm to a 32-bit
integer, and stores the result in FPUL.
The rounding mode is always truncation.
Operation
Rev. 3.00 Jul 08, 2005 page 318 of 484
REJ09B0051-0300
PR
0
1
#define N_INT_SINGLE_RANGE 0xcf000000 & 0x7fffffff
#define P_INT_SINGLE_RANGE 0x4effffff
#define N_INT_DOUBLE_RANGE 0xc1e0000000200000 & 0x7fffffffffffffff
#define P_INT_DOUBLE_RANGE 0x41e0000000000000
void FTRC(int m, int *FPUL)
{
Format
FTRC FRm,FPUL
FTRC DRm,FPUL
pc += 2;
clear_cause();
if(FPSCR.PR==0){
}
else{
FTRC
Conversion
to Integer
case(ftrc_single_ type_of(m)){
NORM:
PINF:
NINF:
}
Abstract
(long)FRm → FPUL
(long)DRm → FPUL
*FPUL = FR[m];
ftrc_invalid(0);
ftrc_invalid(1);
Floating-point TRuncate
and Convert to integer
/* case FPSCR.PR=1 */
break;
break;
break;
/* 1.fffffe * 2^30 */
Code
1111mmmm00111101 1
1111mmm000111101 2
Floating-Point Instruction
/* -1.000000 * 2^31 */
Cycle
T Bit

Related parts for R5S72030W200FP