HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 392

IC H8/SLP MCU FLASH 80QFP

HD64F38024DV

Manufacturer Part Number
HD64F38024DV
Description
IC H8/SLP MCU FLASH 80QFP
Manufacturer
Renesas Electronics America
Series
H8® H8/300L SLPr
Datasheets

Specifications of HD64F38024DV

Core Processor
H8/300L
Core Size
8-Bit
Speed
10MHz
Connectivity
SCI
Peripherals
LCD, PWM, WDT
Number Of I /o
51
Program Memory Size
32KB (32K x 8)
Program Memory Type
FLASH
Ram Size
1K x 8
Voltage - Supply (vcc/vdd)
1.8 V ~ 5.5 V
Data Converters
A/D 8x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
80-QFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
HD64F38024DV
Manufacturer:
Renesas Electronics America
Quantity:
10 000
void movtpe(char data,char *addr)
Description:
Header:
Parameters:
Example:
void tas(char *addr)
Description:
Header:
Parameters:
Example:
378
Moves the contents of data to *addr at a timing synchronous to the E clock
using the E clock-synchronous data transfer instruction, MOVTPE. For
*addr, specify a value that can be accessed by a 16-bit absolute address.
<machine.h>
data
addr
#include <machine.h>
#pragma abs16 a
char a,data;
void f(void)
{
}
Expanded to a test and set instruction, TAS. Compares the contents of
addr with 0, reflects the result in the condition code register (CCR), and
changes the highest-order bit of the addr contents to 1. This function
can be used in H8SXN, H8SXM, H8SXA, H8SXX, 2600a, 2000a, 2600n,
and 2000n CPU/operating modes.
<machine.h>
addr
#include <machine.h>
char a;
void f(void)
{
}
movtpe(data,&a);
tas(&a);
Source data
Pointer to the destination
Pointer to the data to be tested and set
/* Sets the result of a - 0
/* in CCR and performs
/* a |= 0x80
/* Must include <machine.h>
/* Declares the second parameter*/
/* by #pragma abs16 to access it*/
/* by a 16-bit absolute address */
/* Moves data to a at a timing
/* synchronous to the E clock
/* Must include <machine.h>
*/
*/
*/
*/
*/
*/
*/

Related parts for HD64F38024DV