ST7FLITE25F1B6 STMicroelectronics, ST7FLITE25F1B6 Datasheet - Page 149

IC MCU 8BIT 8K FLASH 20-DIP

ST7FLITE25F1B6

Manufacturer Part Number
ST7FLITE25F1B6
Description
IC MCU 8BIT 8K FLASH 20-DIP
Manufacturer
STMicroelectronics
Series
ST7r
Datasheets

Specifications of ST7FLITE25F1B6

Core Processor
ST7
Core Size
8-Bit
Speed
8MHz
Connectivity
SPI
Peripherals
LVD, POR, PWM, WDT
Number Of I /o
15
Program Memory Size
8KB (8K x 8)
Program Memory Type
FLASH
Ram Size
384 x 8
Voltage - Supply (vcc/vdd)
2.4 V ~ 5.5 V
Data Converters
A/D 7x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
20-DIP (0.300", 7.62mm)
Processor Series
ST7FLITE2x
Core
ST7
Data Bus Width
8 bit
Development Tools By Supplier
ST7FLITE-SK/RAIS, ST7MDT10-DVP3, ST7MDT10-EMU3, STX-RLINK
For Use With
497-5858 - EVAL BOARD PLAYBACK ST7FLITE
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Lead Free Status / Rohs Status
 Details

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ST7FLITE25F1B6
Manufacturer:
ST
0
/* ----------------------------------------------------------------------------
#ifdef _HIWARE_
#pragma TRAP_PROC SAVE_REGS
#else
#ifdef _COSMIC_
@interrupt
#else
#error "Unsupported Compiler!"
#endif
#endif
void TIMER8_IT_Routine(void)
{
}
ROUTINE NAME : TIMER8_IT_Routine
INPUT
OUTPUT
DESCRIPTION : Interrupt service routine
COMMENTS
----------------------------------------------------------------------------*/
unsigned int CAP2_Value;
unsigned char i,Temp;
if(T8CSR & 0x10)
/* if(TIMER8_Status_Flag(TIMER8_FLAG_ICF2)==TRUE)
{
}
interrupt is enabled. If the same functions are called in the
main Tree and the interrupt Tree, the function Re-entrant error
occurs in case COSMIC compiler is used with models other than
stack models.For configuring the port pins,I/O library is used.
: None
: None
: This gets automatically executed when any of the timer8
Temp = T8CSR;
Temp = T8IC2R;
/* TIMER8_Clear_Flag(TIMER8_FLAG_ICF2);
/* call to get capture value and also clear ICF2
CAP2_Value = TIMER8_ICAP_Getvalue(TIMER8_ICAP_2);
/* Port PA0 pushpull output */
IO_Output(IO_PUSH_PULL,IO_PORT_A,IO_PIN_0);
IO_Write(IO_PORT_A,IO_PIN_0,IO_DATA_HIGH);
for(i=0;i<=250;i++)
{
}
IO_Write(IO_PORT_A,IO_PIN_0,IO_DATA_LOW);
Nop
/* Additional registers will be saved */
/* Compiler Defines not found! */
Call to Check ICF2 */
Call to clear ICF2 */
/* Test for HIWARE Compiler */
/* Test for Cosmic Compiler */
/* Define local variables */
Function Descriptions
/* Port PA0 made high */
/* Port A0 made low */
*/
/* Clear ICF2 */
/* Delay */
149/235

Related parts for ST7FLITE25F1B6