ST72361AR9-Auto STMicroelectronics, ST72361AR9-Auto Datasheet - Page 273

no-image

ST72361AR9-Auto

Manufacturer Part Number
ST72361AR9-Auto
Description
8-bit MCU for automotive with K Flash, 10-bit ADC, 5 Timers, SPI, 2x LINSCI
Manufacturer
STMicroelectronics
Datasheet

Specifications of ST72361AR9-Auto

Hdflash Endurance
100 cycles, data retention 20 years at 55 °C
5 Power Saving Modes
halt, auto wake up from halt, active halt, wait and slow
ST72361xx-Auto
23.2
23.2.1
Figure 131. Header reception event sequence
Figure 132. LINSCI interrupt routine
Flash/FastROM devices only
LINSCI wrong break duration
SCI mode
A single break character is sent by setting and resetting the SBK bit in the SCICR2 register.
In some cases, the break character may have a longer duration than expected:
In the same way, as long as the SBK bit is set, break characters are sent to the TDO pin.
This may lead to generate one break more than expected.
@interrupt void LINSCI_IT ( void ) /* LINSCI interrupt routine */
{
}
20 bits instead of 10 bits if M = 0
22 bits instead of 11 bits if M = 1
/* clear flags */
SCISR_buffer = SCISR;
SCIDR_buffer = SCIDR;
if ( SCISR_buffer & LHE )/* header error ? */
{
}
if (!LHLR)/* header time-out? */
{
}
LIN Synch
Break
{
}
if ( !(SCICR2 & RWU) )/* active mode ? */
LIN Synch
Field
T
HEADER
SCISR;
SCIDR;/* Clear RDRF flag */
SCICR2 |= RWU;/* set mute mode */
SCISR;
SCIDR;/* Clear RDRF flag */
SCICR2 |= RWU;/* set mute mode */
_asm("rim");/* enable interrupts */
_asm("sim");/* disable interrupts */
Doc ID 12468 Rev 3
Identifier
Field
ID field STOP bit
Active mode is set
(RWU is cleared)
Example using Cosmic compiler syntax
Critical
Window
RDRF flag is set
Important notes
273/279

Related parts for ST72361AR9-Auto