<?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: DEVKIT-S12ZVC peripheral Library CodeWarrior  in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747289#M14451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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, 09 May 2018 03:01:40 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2018-05-09T03:01:40Z</dc:date>
    <item>
      <title>DEVKIT-S12ZVC peripheral Library CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747282#M14444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;at first sorry for my english. I´m a student from germany and this is my first project with a microcontroller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m using a DEVKIT-S12ZVC Board (9S12ZVCA192 microcontroller). There is only a #include for "peripheral declarations" in CodeWarrior. I&lt;SPAN lang="en"&gt;s there a library containing ready functions which can be used for example setting the registers? Normally you have to implement a code like this on yourself:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7f0055; font-size: small;"&gt;&lt;STRONG&gt;void&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; &lt;STRONG&gt;ADC_init&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;void&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;){&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0CTL_0 = 0x0D; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/*Dual Access mode and trigger mode selected */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0CTL_1 = 0x00; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* Single command and result value list */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0TIM = 0x0F; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/*No &lt;SPAN style="text-decoration: underline;"&gt;prescaler&lt;/SPAN&gt; selected */&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0FMT = 0x82; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* Left justified and 10 bit resolution */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* ADC0 Command &amp;amp; Result Base Pointers */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0CBP_0 = (&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;unsigned&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;char&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)(((&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;long&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)adc0_cmdlist) &amp;gt;&amp;gt; 16);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0CBP_1 = (&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;unsigned&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;char&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)(((&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;long&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)adc0_cmdlist) &amp;gt;&amp;gt; 8);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0CBP_2 = (&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;unsigned&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;char&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)((&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;long&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)adc0_cmdlist);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;// ADC0 Result Base Pointer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0RBP_0 = (&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;unsigned&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;char&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)(((&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;long&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)adc0_results) &amp;gt;&amp;gt; 16);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0RBP_1 = (&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;unsigned&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;char&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)(((&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;long&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)adc0_results) &amp;gt;&amp;gt; 8);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0RBP_2 = (&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;unsigned&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;char&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)((&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;long&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)adc0_results);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0CTL_0_ADC_EN= 1; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/*Enables the ADC */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7f0055; font-size: small;"&gt;&lt;STRONG&gt;unsigned&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;int&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;STRONG&gt;ADC_read&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;unsigned&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;int&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; channel){&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;adc0_cmdlist[0][1] = 0xC0|channel;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0FLWCTL_RSTA = 1; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;// Restart Event&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;while&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;(0x00 == ADC0CONIF){} &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;//wait until conversion is complete&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0CONIF = ADC0CONIF;&lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;//clear flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;return&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; adc0_results[0];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7f0055; font-size: small;"&gt;&lt;STRONG&gt;unsigned&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;int&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;STRONG&gt;ADC_read_PGA&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;unsigned&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;int&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; channel, &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;unsigned&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;char&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; PGA_in){&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;adc0_cmdlist[0][0] = 0xC0|(PGA_in&amp;lt;&amp;lt;4);&lt;/P&gt;&lt;P&gt;adc0_cmdlist[0][1] = 0xC0|channel;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0FLWCTL_RSTA = 1; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;// Restart Event&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;while&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;(0x00 == ADC0CONIF){} &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;//wait until conversion is complete&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; ADC0CONIF = ADC0CONIF;&lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;//clear flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;return&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; adc0_results[0];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I download or add a library which includes standards like the example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advane.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 20:55:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747282#M14444</guid>
      <dc:creator>christinar</dc:creator>
      <dc:date>2018-04-19T20:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-S12ZVC peripheral Library CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747283#M14445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christina,&lt;/P&gt;&lt;P&gt;Processor expert can support S12Z project. we can use processor expert to generate peripheral initialization code.&lt;/P&gt;&lt;P&gt;Attached is the video shows how to create a processor expert project. Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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>Fri, 20 Apr 2018 07:27:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747283#M14445</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-04-20T07:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-S12ZVC peripheral Library CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747284#M14446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It´s my first time working with microcontrollers.&amp;nbsp;I started with the "DEVKIT-S12ZVC-LAB" Examples but I can´t find descriptions for the Examples?&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV dir="ltr"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;Do you know if there is a description?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 13:58:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747284#M14446</guid>
      <dc:creator>christinar</dc:creator>
      <dc:date>2018-04-23T13:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-S12ZVC peripheral Library CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747285#M14447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't find any document describing this LAB. But I check the LAB&amp;nbsp; source comments which are very detail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you can refer the code comments to understand the code.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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, 25 Apr 2018 09:40:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747285#M14447</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-04-25T09:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-S12ZVC peripheral Library CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747286#M14448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the comments in the code are very helpful but I want to test the funktion of the code/board. Do I need two boards which are connected? (If yes, is it the same for testing CAN?)&lt;/P&gt;&lt;P&gt;In the description of DEVKIT-S12XE is an example for I2C/CAN. Maybe it´s similar to the S12ZVC board?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description LAB3 and LAB4 DEVKIT-S12XE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/644i0F7B4325F61F1B62/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/686i4A2E672B1392C09A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 13:18:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747286#M14448</guid>
      <dc:creator>christinar</dc:creator>
      <dc:date>2018-04-25T13:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-S12ZVC peripheral Library CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747287#M14449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You'd better have two boards to test the communication.&lt;/P&gt;&lt;P&gt;Jennie Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2018 08:26:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747287#M14449</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-05-07T08:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-S12ZVC peripheral Library CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747288#M14450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Christina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 15:04:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747288#M14450</guid>
      <dc:creator>christinar</dc:creator>
      <dc:date>2018-05-08T15:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: DEVKIT-S12ZVC peripheral Library CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747289#M14451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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, 09 May 2018 03:01:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/DEVKIT-S12ZVC-peripheral-Library-CodeWarrior/m-p/747289#M14451</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-05-09T03:01:40Z</dc:date>
    </item>
  </channel>
</rss>

