SBC modes with LIN Listen-only

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

SBC modes with LIN Listen-only

1,174件の閲覧回数
davidrojasv
Contributor I

Hello everyone. I am working with a S32K148EVB-Q176 that contains a UJA1131 SBC.

My goal is to make the SBC turn off the micro until some LIN message occurs that makes it turn on again.

In Standby mode: (1) V1 is on, and (2) LIN is in listen-only mode.
In Sleep mode: (1) V1 is off, and (2) LIN is off.

A simple solution is to power the micro with V2 and work with the Standby mode, however I wonder if there is any reason for the SBC to keep the micro powered by V1 and at the same time the LIN is in listen-only mode.

0 件の賞賛
返信
1 返信

1,153件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

Standby is first low power mode which keeps V1 active, thus MCU stays powered and can be switched to low power mode too. So consumption can be reduced comparing to normal modes and wakeup can b faster than from sleep mode and unpowered MCU.
LIN transceiver can be in offline mode, where it monitors a bus for wakeup pattern after that wakeup event is triggered. Pin RXDLx is driven LOW and an LWIn interrupt is generated to signal to the microcontroller that a remote wake-up event has been detected.
If LIN transceiver is set to Listen only mode, LIN receiver remains active, allowing the microcontroller to monitor activity on the bus while not transmitting.

BR, Petr 

0 件の賞賛
返信