ST7FLITE25M6TR STMicroelectronics, ST7FLITE25M6TR Datasheet - Page 216

IC MCU 8BIT 8K FLASH 20-SOIC

ST7FLITE25M6TR

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

Specifications of ST7FLITE25M6TR

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-SOIC (7.5mm Width)
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:
ST7FLITE25M6TR
Manufacturer:
ST
0
Function Descriptions
Table 164. EEPROM_Write
Notes:
– The value of *PtrToE2Buffer can be from 0x1000h to 0x107Fh for ST7FLite0/1/2/3,
– You have to type-cast parameter PtrToE2Buffer to unsigned char * in the function
– To avoid incorrect programming, take care that all the bytes written between the two pro-
– Because of the ST7FLite0/1/2/3, ST7SUPERLITE and ST7DALI ZRAM and RAM size limi-
216/235
Function Name
Function Prototype
Behaviour Description
Input Parameter 1
Input Parameter 2
Input Parameter 3
Output Parameters
Required Preconditions
Functions called
Postconditions
See also
ST7SUPERLITE and ST7DALI device.
EEPROM_Write as shown in example (page 218).
gramming sequences have the same high address: only the four Least Significant Bits of the
address can change.
tation (which is 64 bytes each), you must take care while declaring the size of user buffer.
EEPROM_Write
For Metrowerks,
void EEPROM_Write (unsigned char * PtrToUsrBuffer,
unsigned char NbOfBytes, unsigned char * far
PtrToE2Buffer)
For Cosmic,
void EEPROM_Write (unsigned char * PtrToUsrBuffer,
unsigned char NbOfBytes, @near unsigned char *
PtrToE2Buffer)
Writes up to 32 bytes of data from user buffer to EEPROM
memory.
*PtrToUsrBuffer
User address where data exists.
NbOfBytes
Number of bytes you want to write in EEPROM memory.
You can write up to 32 bytes.
*PtrToE2Buffer
EEPROM memory address, where data will be written.
None
None
None
You must call EEPROM_ Programming after this function.
EEPROM_Programming

Related parts for ST7FLITE25M6TR