ST7FLITE29F2M6TR STMicroelectronics, ST7FLITE29F2M6TR Datasheet - Page 17

IC MCU 8BIT 8K FLASH 20-SOIC

ST7FLITE29F2M6TR

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

Specifications of ST7FLITE29F2M6TR

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
Eeprom Size
256 x 8
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
Data Ram Size
384 B
Interface Type
SPI
Maximum Clock Frequency
8 MHz
Number Of Programmable I/os
15
Number Of Timers
3
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
Development Tools By Supplier
ST7FLIT2-COS/COM, ST7FLITE-SK/RAIS, ST7MDT10-DVP3, ST7MDT10-EMU3, STX-RLINK
Minimum Operating Temperature
- 40 C
On-chip Adc
10 bit, 7 Channel / 13 bit, 7 Channel
For Use With
497-5858 - EVAL BOARD PLAYBACK ST7FLITE497-5049 - KIT STARTER RAISONANCE ST7FLITE
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ST7FLITE29F2M6TR
Manufacturer:
ST
Quantity:
5 700
Part Number:
ST7FLITE29F2M6TR
Manufacturer:
ST
0
Part Number:
ST7FLITE29F2M6TR
Manufacturer:
ST
Quantity:
20 000
Part Number:
ST7FLITE29F2M6TR 11+
Manufacturer:
ST
0
Part Number:
ST7FLITE29F2M6TR.
Manufacturer:
ST
0
7. Write the application program using the library functions given in the user manual for each
peripheral and compile.
Caution: Only the ST7lib_config.h and the files contained in the configuration subdirectory of
6.2 USING THE COMMUNICATION PERIPHERALS LIBRARY
6.2.1 SCI
This part of the user manual contains the detailed description of all the functions for the SCI.
An example ‘C’ program has been given at the end.
You can select either of the two Transmission/Reception modes of SCI implemented inside
the library. For selecting any of the possible modes described below you need to select the
corresponding #define statement inside the ST7lib_Config.h file
Polling:
With this mechanism the data can be transmitted or received by polling the status of the cor-
responding flag. Here both the single as well as continuous Transmission/Reception is pos-
sible. In continuous Transmission/Reception, control will be inside the function until all the re-
quested data is Transmitted/Received and hence the application software has the risk of
losing control if there is a breakdown in communication (the SCI mode is disabled). To avoid
this risk, you can use the single byte transmission with some time out protection inside this
mechanism. This mechanism can only be used with the SCI in half duplex mode. To use this
mode you must have selected the following # define labels inside the ST7lib_config.h file:
For SCI2 in ST72F561 device the labels are:
Interrupt driven without communication buffer:
With this method data can be Transmitted/Received either in single or continuous mode using
interrupts. In continuous mode the user data is directly being read/written from/to the ad-
dresses passed by the user. After each byte of data transfer an interrupt is acknowledged and
the control goes to the interrupt subroutine. The main advantage of using interrupts rather
than polling is that control does not stay in the function till the last data is Transmitted/Re-
ceived and hence the SCI can be used in full duplex mode. Here, you should take care not to
read/write the user buffer until the Transmission/Reception is complete. To use this mode you
must select the following # define labels in the ST7lib_config.h file:
SCI_ITDRV_WITHOUTBUF_TX
SCI_ITDRV_WITHOUTBUF_RX
For SCI2 in ST72F561 device the labels are:
SCI2_ITDRV_WITHOUTBUF_TX
SCI2_ITDRV_WITHOUTBUF_RX
the examples folder are user-modifiable, the rest of the source files are write protected.
Changing peripheral source files and header files may adversely affect the library operations
and this will be complicated to update when there are new library releases.
SCI_POLLING_TX
SCI_POLLING_RX
SCI2_POLLING_TX
SCI2_POLLING_RX
-- For Transmission mode
-- For Reception mode
-- For Transmission mode
-- For Reception mode
-- For Transmission
-- For Reception
-- For Transmission on SCI2
-- For Reception on SCI2
How to use the library
17/235

Related parts for ST7FLITE29F2M6TR