<?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>S12 / MagniV Microcontrollers中的主题 Re: S12VR Flash re-prog SW thru LIN</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12VR-Flash-re-prog-SW-thru-LIN/m-p/445749#M11507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Keisuke,&lt;/P&gt;&lt;P&gt;As starting point I would like to recommend application note AN4258:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN4258.pdf"&gt;http://www.freescale.com/files/microcontrollers/doc/app_note/AN4258.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.freescale.com/external-link.jspa?url=http://www.freescale.com/files/microcontrollers/doc/app_note/AN4258SW.zip" rel="nofollow" target="_blank"&gt;http://www.freescale.com/files/microcontrollers/doc/app_note/AN4258SW.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This simple SCI bootloader (S12G as target) could be taken as template for porting to S12VR and LIN interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As simple template for LIN (according v1.3 specs), you could take attached example code. My example code was designed for S12G (based of SofTec example code) however there should not be any big differences in compare with S12VR, except missing initialization of LIN PHY interface and configure routing options (MODRR2 register),...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For LIN2.xx could be used official LIN stack:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/microcontrollers/software/device_drivers/FSL_LIN_2.X_DRIVER.zip"&gt;http://www.freescale.com/files/microcontrollers/software/device_drivers/FSL_LIN_2.X_DRIVER.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;RadekS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2015 08:27:25 GMT</pubDate>
    <dc:creator>RadekS</dc:creator>
    <dc:date>2015-07-01T08:27:25Z</dc:date>
    <item>
      <title>S12VR Flash re-prog SW thru LIN</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12VR-Flash-re-prog-SW-thru-LIN/m-p/445748#M11506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Customer is asking if FSL can support Flash re-programming SW by LIN on S12VR.&lt;/P&gt;&lt;P&gt;Do you have any requirements from other region's customer about this kind of SW ?&lt;/P&gt;&lt;P&gt;If you already have it, please share.&lt;/P&gt;&lt;P&gt;Or if you know any partner who can support or already have it,&lt;BR /&gt; let me know. Thanks.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 00:12:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12VR-Flash-re-prog-SW-thru-LIN/m-p/445748#M11506</guid>
      <dc:creator>keisukeninomiya</dc:creator>
      <dc:date>2015-07-01T00:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: S12VR Flash re-prog SW thru LIN</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12VR-Flash-re-prog-SW-thru-LIN/m-p/445749#M11507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Keisuke,&lt;/P&gt;&lt;P&gt;As starting point I would like to recommend application note AN4258:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN4258.pdf"&gt;http://www.freescale.com/files/microcontrollers/doc/app_note/AN4258.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.freescale.com/external-link.jspa?url=http://www.freescale.com/files/microcontrollers/doc/app_note/AN4258SW.zip" rel="nofollow" target="_blank"&gt;http://www.freescale.com/files/microcontrollers/doc/app_note/AN4258SW.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This simple SCI bootloader (S12G as target) could be taken as template for porting to S12VR and LIN interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As simple template for LIN (according v1.3 specs), you could take attached example code. My example code was designed for S12G (based of SofTec example code) however there should not be any big differences in compare with S12VR, except missing initialization of LIN PHY interface and configure routing options (MODRR2 register),...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For LIN2.xx could be used official LIN stack:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/microcontrollers/software/device_drivers/FSL_LIN_2.X_DRIVER.zip"&gt;http://www.freescale.com/files/microcontrollers/software/device_drivers/FSL_LIN_2.X_DRIVER.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;RadekS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 08:27:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12VR-Flash-re-prog-SW-thru-LIN/m-p/445749#M11507</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2015-07-01T08:27:25Z</dc:date>
    </item>
  </channel>
</rss>

