<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Wake-up using LIN message on MC9S12ZVL in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Wake-up-using-LIN-message-on-MC9S12ZVL/m-p/424384#M11315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear sir ,&lt;/P&gt;&lt;P&gt;we also struck on this issue , in my application we are using LIN stack.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I am using s12zvl32 controller for our application and in this we are using LIN stack FSL LIN 2.x Stack Package 4.5.6&amp;nbsp;&amp;nbsp; . in this project we are getting &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Problem in stop mode , I am unable to wake up from stop mode ,please suggest me solution for this problem .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Our customer need when LIN bus in sleep mode than we have to put my controller into stop mode(power saving) and when there is a command from LIN for sleep&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Mode i.e 3c 00 00 00 00 00 00 00 00.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;In my code I have written code as&amp;nbsp; for my LIN slave node .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10.0pt; font-family: Consolas;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; (SLEEP_MODE == lin_lld_get_state())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #3f7f5f;"&gt;__asm(ANDCC #0x7F);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3f7f5f;"&gt;Cpu_SetStopMode(); //stop mode&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055; font-size: 10.0pt; font-family: Consolas;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;(IDLE == lin_lld_get_state())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; l_ifc_wake_up(LI0); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt; It will showing malfunction it will do my controller reset .please suggest.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 May 2016 11:34:31 GMT</pubDate>
    <dc:creator>deepakchandra</dc:creator>
    <dc:date>2016-05-07T11:34:31Z</dc:date>
    <item>
      <title>Wake-up using LIN message on MC9S12ZVL</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Wake-up-using-LIN-message-on-MC9S12ZVL/m-p/424381#M11312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears, &lt;/P&gt;&lt;P&gt;I am working with MC9S12ZVL.&lt;/P&gt;&lt;P&gt;I have two boards with the same micro-controller. The boards communicate with eachothers using LIN peripheral. &lt;/P&gt;&lt;P&gt;I need to use one board as master board and the other as slave. The slave board is in STOP mode and I need to wake-up using a LIN message from the master board. The LIN communication works well when the boards are not in STOP, but if the slave board is in STOP mode it is not possible to wake it up.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know from the datasheet that is possible to wake-up the micro using a LIN message, but I cannot do it!&lt;/P&gt;&lt;P&gt;Is a particular setting needed?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The register settings that I am using are the following:&lt;/P&gt;&lt;P&gt;void InitLIN(void){&lt;/P&gt;&lt;P&gt;&amp;nbsp; LP0SLRM_LPDTDIS = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // TxD-dominant timeout feature is enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp; LP0SLRM_LPSLR = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Normal Slew Rate (optimized for 20 kbit/s)&lt;/P&gt;&lt;P&gt;&amp;nbsp; LP0CR_LPPUE = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // The pullup resistor is high ohmic (330kOhm)&lt;/P&gt;&lt;P&gt;&amp;nbsp; MODRR0_S0L0RR = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Default setting: SCI0 connects to LINPHY0, interface internal only&lt;/P&gt;&lt;P&gt;&amp;nbsp; LP0CR_RXONLY = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // The LIN Physical Layer is not in receive only mode&lt;/P&gt;&lt;P&gt;&amp;nbsp; LP0CR_LPWUE = 1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // In standby mode the wake-up feature is enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp; LP0CR_LPE = 1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // The LIN Physical Layer is not in shutdown mode&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;void InitSCI(void){ &lt;/P&gt;&lt;P&gt;&amp;nbsp; // Baud Rate&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0BDH = 0x01;//0x02; //9.6kb/s // Baud Rate: SCI baud rate = SCI bus clock / (SCIBR[15:0]) &lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0BDL = 0x39;//0x8B; //9.6kb/s // Bus clock: 6.25 MHz - Baud rate 9.600 kb/s&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Enable Loop for LIN configuration&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR1_LOOPS = 0; // 1 Loop operation enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR1_SCISWAI = 0; // SCI enabled in wait mode&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; // Configuration: word length, parity, and other configuration bits&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR1_RSRC = 1;//0; // Receiver input connected externally to transmitter&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR1_M = 0; // One start bit, eight data bits, one stop bit&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR1_WAKE = 0; // [0] Idle line wakeup [1] Address mark wakeup&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR1_ILT = 1; // [0] Idle character bit count begins after start bit [1] Idle character bit count begins after stop bit&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR1_PE = 0; // Parity function disabled&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR1_PT = 0; // Odd parity&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; // Enable the transmitter, interrupts, receive and wake up&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR2_SBK = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // 1 Transmit break characters&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR2_RWU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // RWU enables the wakeup function and inhibits further receiver interrupt requests. Normally, hardware wakes the receiver by automatically clearing RWU.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR2_RE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // 1 Receiver enabled&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR2_TE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // 1 Transmitter enabled &lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR2_ILIE&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // IDLE interrupt requests disabled&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR2_RIE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // RDRF and OR interrupt requests enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR2_TCIE&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // TC interrupt requests enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR2_TIE = 0; // TDRE interrupt requests enabled&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0SR2_AMAP = 1; // The registers labelled SCIBDH (0x0000),SCIBDL (0x0001), SCICR1 (0x0002) are accessible&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0ACR2_BKDFE = 1; // Break detect circuit enabled&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0ACR1_BKDIE = 1; // Break Detect Interrupt Enable&lt;/P&gt;&lt;P&gt;&amp;nbsp; //SCI0ACR1_RXEDGIE = 1; // RXEDGIE enables the receive input active edge interrupt flag, RXEDGIF, to generate interrupt requests&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; temp = SCI0SR1; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SCI0CR2_TE = 0; // Enable transmission&lt;/P&gt;&lt;P&gt;&amp;nbsp; //SCI0CR2_RE = 0; // Enable reception&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fabrizio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 16:56:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Wake-up-using-LIN-message-on-MC9S12ZVL/m-p/424381#M11312</guid>
      <dc:creator>fabrizioimpinna</dc:creator>
      <dc:date>2015-05-12T16:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Wake-up using LIN message on MC9S12ZVL</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Wake-up-using-LIN-message-on-MC9S12ZVL/m-p/424382#M11313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the SCI can only wake-up the MCU from STOP using the Receive Input Active Edge Interrupt feature.&lt;/P&gt;&lt;P&gt;So, to enter STOP mode, do something like this (for example):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;disable interrupts&lt;/LI&gt;&lt;LI&gt;[do some additional house-keeping]&lt;/LI&gt;&lt;LI&gt;set the active edge interrupt enable (RXEDGIE=1)&lt;/LI&gt;&lt;LI&gt;enable interrupts (asm{CLI}) and execute the STOP instruction (asm{STOP}) &amp;lt;&amp;lt; Doing this back-to-back is important to avoid races&lt;/LI&gt;&lt;LI&gt;on wake-up, disable the active edge interrupt again (RXEDGIE=0)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, this only works if you clear the active edge interrupt flag whenever the SCI received something: even if the active edge interrupt enable bit is usually not enabled in RUN mode, the flag is still set on active edges (i.e. when receiving regular traffic in RUN mode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MJW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2015 08:58:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Wake-up-using-LIN-message-on-MC9S12ZVL/m-p/424382#M11313</guid>
      <dc:creator>MJW</dc:creator>
      <dc:date>2015-05-13T08:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wake-up using LIN message on MC9S12ZVL</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Wake-up-using-LIN-message-on-MC9S12ZVL/m-p/424383#M11314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;sorry for the late answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I implemented an improved code taking into account your suggestions and the wake-up feature from SCI worked properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrizio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 13:25:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Wake-up-using-LIN-message-on-MC9S12ZVL/m-p/424383#M11314</guid>
      <dc:creator>fabrizioimpinna</dc:creator>
      <dc:date>2015-08-04T13:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Wake-up using LIN message on MC9S12ZVL</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Wake-up-using-LIN-message-on-MC9S12ZVL/m-p/424384#M11315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear sir ,&lt;/P&gt;&lt;P&gt;we also struck on this issue , in my application we are using LIN stack.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I am using s12zvl32 controller for our application and in this we are using LIN stack FSL LIN 2.x Stack Package 4.5.6&amp;nbsp;&amp;nbsp; . in this project we are getting &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Problem in stop mode , I am unable to wake up from stop mode ,please suggest me solution for this problem .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Our customer need when LIN bus in sleep mode than we have to put my controller into stop mode(power saving) and when there is a command from LIN for sleep&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Mode i.e 3c 00 00 00 00 00 00 00 00.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;In my code I have written code as&amp;nbsp; for my LIN slave node .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10.0pt; font-family: Consolas;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; (SLEEP_MODE == lin_lld_get_state())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: #3f7f5f;"&gt;__asm(ANDCC #0x7F);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3f7f5f;"&gt;Cpu_SetStopMode(); //stop mode&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #7f0055; font-size: 10.0pt; font-family: Consolas;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;(IDLE == lin_lld_get_state())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt; l_ifc_wake_up(LI0); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt; It will showing malfunction it will do my controller reset .please suggest.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 11:34:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Wake-up-using-LIN-message-on-MC9S12ZVL/m-p/424384#M11315</guid>
      <dc:creator>deepakchandra</dc:creator>
      <dc:date>2016-05-07T11:34:31Z</dc:date>
    </item>
  </channel>
</rss>

