NCV7462
www.onsemi.com
40
VS in range
Normal mode
Standby mode with cyclic sense
Sleep mode with cyclic sense
HS, LS outputs: as per SPI
LIN transmitter: as per SPI
VS Under−Voltage
VS_UV bit set
HS outputs: off
LSx: off if LS_OVUV bit=0; unaffected otherwise
LIN transmitter: off
VS Over−Voltage
VS_OV bit set
HS outputs: off
LSx: off if LS_OVUV bit=0; unaffected otherwise
LIN transmitter: as per SPI
VS<VS_UV VS>VS_OV
VS<VS_OV
AND
(VS_OV bit read and cleared
OR
VS_LOCKOUT_DIS bit=1)
VS>VS_UV
AND
(VS_UV bit read and cleared
OR
VS_LOCKOUT_DIS bit=1)
Figure 17. Under− and Over−voltage on VS Supply
Reset Signal NRES
NRES is an open−drain output with an internal pull−up
resistor connected to VR1. It signals reset to the MCU as a
consequence of several specific events:
VR1 under−voltage (including VS power−up)
Watchdog failure
Thermal shutdown level 2
Wakeup (in case the wakeup is accompanied by reset −
see Table 35)
(Forced) Sleep mode
The low−level pulse on NRES pins always extends
T_NRES (typ. 2 ms) beyond the reset event − e.g. a
watchdog failure causes a 2 ms NRES low pulse; a VR1
under−voltage causes NRES pulse extending 2 ms beyond
the under−voltage disappearance.
After NRES pulse, which was caused by VR1
under−voltage or watchdog failure, all outputs (OUT1−4,
LS1/2 and VR2) are inactive. SPI registers content is
preserved. Outputs follow relevant SPI register settings after
the correct watchdog setting again.
LIN and CAN transmission is blocked during NRES
pulse. CAN and LIN receivers are enabled if NRES pulse
was caused by VR1 undervoltage, disabled otherwise. A
recessive−to−dominant edge on TxDL pin after NRES pulse
is required to start transmission to LIN bus.
Interrupt Signal
An interrupt request is used in the standby mode to
indicate some of the wakeup events to the MCU − see section
“Wake−up Events”. Interrupt is signaled through RxDL pin
by pulling it Low for typically 125 ms. Beside the 125 ms
Low pulse, RxDL remains High throughout the standby
mode.
During normal mode, RxDL assumes its normal function
(LIN received data).
Operational Amplifiers
Two operating amplifiers are provided for, mainly, current
sensing (see Figure 3). The operating amplifiers are on (i.e.
biased) in the normal mode. They are powered−down in all
other modes.
The input voltage common mode covers the range from
−0.2 V to 3 V. The rail−to−rail (VS) output voltage allows
using them together with an external pass element as
additional voltage regulator.
Fail−Safe (FSO) Signal
A fail−safe signal is internally generated reflecting some
critical system failures and events. By default, the signal is
connected to the OUT3 output and over−rules the OUT3 SPI
settings − active FSO signal switches OUT3 on, inactive
FSO signal switches OUT3 off. In case the SPI bit
“FSO_DIS” is set, OUT3 acts as a general−purpose
high−side driver identically to OUT1, 2 and 4. FSO remains
then only an internal signal not visible to the application.
FSO internal signal is active in the following cases:
During the Init phase:
VR1 short: FSO is active when VR1 is below its
failure level (Vfail_VR1) for more than Tshort_VR1
(typ. 4 ms) during VR1 regulator startup and VS is
above VS_UV threshold (typ. 5.5 V).
In the normal and standby modes:
VR1 under−voltage: FSO is active when VR1 is
below its reset level (VR1_RES).
Watchdog: FSO is immediately activated in case of
failed watchdog trigger. It is deactivated only when
the watchdog is correctly triggered again.
Thermal shutdown: FSO is active when the junction
temperature is above the second shutdown threshold
(Tjsd2).
In the forced sleep modes: FSO is active if the forced
sleep mode was entered because of a failure condition,
like non−starting VR1, repeated thermal shutdown or
repeated watchdog failures. If the sleep mode is entered
by a correct SPI mode−transition request, FSO remains
inactive.
NCV7462
www.onsemi.com
41
SPI CONTROL
Serial Peripheral Interface (SPI) is the main
communication channel between the application MCU and
NCV7462. The structure of a SPI frame is shown in
Figure 18. MCU starts the frame by sending an 8−bit header
consisting of two bits of register access mode type followed
by a six−bit address. During the header transmission,
NCV7462 sends out eight bits of status information
regardless the address. After the header, sixteen bits of data
are exchanged. A correct SPI frame has either no bits (no
SCLK edges during CSN low; serves to read out the global
status information) or exactly twenty−four bits. If another
amount of clock edges occurs during CSN low, the frame is
considered incorrect and the input data are always ignored.
Depending on the access type, the transmitted/received
data are treated differently:
During a write access, SDO signals current content
of the register while new data for the same register
are received on SDI. The register is refreshed with
the new data after a successful completion of the
frame (rising edge on CSN). Only the bits eligible
for write access are refreshed, the input data are
ignored for the others (e.g. a write access to status
registers).
For read access, the data on SDI are ignored; SDO
signals data content of the register addressed by the
header. After the frame completion, the register
content remains unchanged regardless the type of the
individual bits.
For read and clear access, a normal register read is
performed. When the frame is completed (CSN
rising edge), the register bits eligible for read/clear
access are reset to 0.
Device ROM access switches the address space to
sixteen−bit constant data memorized in the
NCV7462 (indicating the device version, SPI frame
format and other information). Input data are
ignored.
RW1 RW0 A5 A4 A3 A2 A1 A0 DI14 DI2 DI1 DI0DI15
FLT_
GLOB
DO14 DO2 DO1 DO0
DO15
X
CSB
SCLK
SI
SO
Register Address
Access
Type
Input Data
Byte 1
Device Status Bits
Adress−dependent
Data
Input Data
Byte 0
FLT_
NRDY
FLT_
SPI
FLT_
VS
FLT_
VR1
FLT_
VR2
FLT_
TH
FLT_
DRV
IN
OUT
Figure 18. SPI Frame
NCV7462
www.onsemi.com
42
SPI Frame Format
D23 D22 D21 D20 D19 D18 D17 D16 D15 ... D0
NCV7462 IN RW1 RW0 A5 A4 A3 A2 A1 A0 DI15 ... DI0
NCV7462 OUT FLT_GLOB FLT_NRDY FLT_SPI FLT_VS FLT_VR1 FLT_VR2 FLT_TH FLT_DRV DO15 ... DO0
Inframe:
SPI Access Type
RW1 RW0 Description
0 0 Write to SPI register
0 1 Read only from SPI register
1 0 Read and clear SPI register
1 1 Access device ROM
SPI Registers
A5 A4 A3 A2 A1 A0 Register
0 0 0 0 0 0 CONTROL_0
0 0 0 0 0 1 CONTROL_1
0 0 0 0 1 0 CONTROL_2
0 0 0 0 1 1 CONTROL_3
0 0 0 1 0 0 CONTROL_4
0 0 0 1 0 1 PWM_HS
0 0 0 1 1 0 PWM_OUT1/2
0 0 0 1 1 1 PWM_OUT3/4
0 0 1 0 0 0 PWM_LS
0 0 1 0 0 1 STATUS_0
0 0 1 0 1 0 STATUS_1
0 0 1 0 1 1 STATUS_2
0 0 1 1 X X reserved
0 1 X X X X reserved
1 X X X X X reserved
Device ROM
A5 A4 A3 A2 A1 A0 Data content Comment
0 0 0 0 0 0 $4300 ID_HEADER
0 0 0 0 0 1 $4404 or $5104 PRODUCT VERSION
0 0 0 0 1 0 $7400 PRODUCT CODE 1
0 0 0 0 1 1 $6200 PRODUCT CODE 2
0 0 0 1 0 0 reserved
... ... ... ... ... ... reserved
1 1 1 1 0 1 reserved
1 1 1 1 1 0 $0200 SPI_FRAME_ID
1 1 1 1 1 1 reserved

NCV7462DQ0R2G

Mfr. #:
Manufacturer:
ON Semiconductor
Description:
CAN Interface IC CAN LIN 250MA LDO SBC
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet