<?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>MPC5xxxのトピックRe: MPC5775K_356DS</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501448#M2863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no it is not possible. S32 does not provide this functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 May 2016 13:17:16 GMT</pubDate>
    <dc:creator>martin_kovar</dc:creator>
    <dc:date>2016-05-26T13:17:16Z</dc:date>
    <item>
      <title>MPC5775K_356DS</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501445#M2860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the example of MPC5775K-ADC_example-S32DS.I see a segment :ETIMER_1.ENBL.&lt;STRONG&gt;R&lt;/STRONG&gt; = 0x0;and there are lots of similar segments :ETIMER_1.CH[2].CMPLD1.&lt;STRONG&gt;R&lt;/STRONG&gt; = (uint16_t) ADC_1.CDR[0].B.CDATA;I want to know what is the meaning of the last letter ‘ &lt;STRONG&gt;R&lt;/STRONG&gt;’.&lt;/P&gt;&lt;P&gt;I have bought the daughter card MPC5775K_356DS. But I don't have the Reference manual of MPC5775K. So I don't know the range of the ADC .&amp;nbsp; At J20 ,the names of SD ADC are SD_1_ADCN and SD_1_ADCP ,I consider &lt;STRONG&gt;'N' &lt;/STRONG&gt;and &lt;STRONG&gt;'P' &lt;/STRONG&gt;as negative and positive .So can I take sample of negative voltage??&lt;/P&gt;&lt;P&gt;I use the example of MPC5775K-ADC_example-S32DS. But the ADC_interrupt seems not to be&lt;SPAN style="color: #333333; font-family: arial, 宋体; font-size: 14px; background-color: #f9f9f9;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #606060;"&gt;&lt;SPAN class="high-light" style="font-family: arial, 宋体; font-size: 14px; background-color: #f9f9f9;"&gt;automatically invoked or &lt;/SPAN&gt;&lt;SPAN class="high-light" style="font-family: arial, 宋体; font-size: 14px; background-color: #f9f9f9;"&gt;triggered. and I only can sample the value of the first point,other points are '0'. Why?How to sample the complete signal?And how to view the graph of the sample table?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #606060;"&gt;&lt;SPAN class="high-light" style="font-family: arial, 宋体; font-size: 14px; background-color: #f9f9f9;"&gt;The ADC of the MPC5775K seems to have two mod : SAR and sigdet .How to configure the mod sigdet?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 07:07:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501445#M2860</guid>
      <dc:creator>chenmiao</dc:creator>
      <dc:date>2016-05-26T07:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5775K_356DS</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501446#M2861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Letter R determines the access to the register. You can use B letter and specify the part of the register you want to access or you can use R letter and access to the whole register.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADC_1.MCR.B.PWDN = 1;&amp;nbsp;&amp;nbsp; //disable ADC_1&amp;nbsp; ...this code writes 1 only to the PWDN bit&lt;/P&gt;&lt;P&gt;ADC_1.MCR.R = 0x00000001; //this code also writes 1 to PWDN bit, but also writes zeros to the rest of the register&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, how to access registers, please look at the following Engineering Bulletin:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.nxp.com/files/32bit/doc/eng_bulletin/EB758.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" title="http://cache.nxp.com/files/32bit/doc/eng_bulletin/EB758.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1"&gt;http://cache.nxp.com/files/32bit/doc/eng_bulletin/EB758.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About reference manual for MPC5775K it is &lt;SPAN style="font-family: Arial;"&gt;under NDA at this time. If you have already signed an agreement, please contact the person who assisted you.&amp;nbsp; If you have not signed an agreement, please contact your local NXP Distributor Salesperson or FAE for assistance.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;For a listing of our distributors, refer to:&amp;nbsp; &lt;BR /&gt;&lt;A href="http://www.nxp.com/buy/distributor-network:DISTRIBUTORS"&gt;http://www.nxp.com/buy/distributor-network:DISTRIBUTORS&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;​MPC5775K has four 12-bit SAR ADC modules and one 12-bit SD ADC. Letters N and P should mean Normal and Precise. It determines the precision of ADC channel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;The example you mean continuously convert voltage from output of the trimmer&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt; placed on MPC57xx Motherboard. It means you get new value in every sampling period. This value is sent to Etimer to determine the duty cycle of PWM signal.So the full signal is converted, because of scan mode of ADC. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;I do not know what you mean by "&lt;SPAN style="color: #606060;"&gt;&lt;SPAN class="high-light" style="font-family: arial, 宋体; font-size: 14px; background-color: #f9f9f9;"&gt;graph of the sample table&lt;/SPAN&gt;&lt;/SPAN&gt;". I do not save the converted values to create any table. I send them&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial;"&gt; directly, to Etimer in the ADC interrupt. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;About sigma delta ADC, we do not have any example. SD ADC is part of AFE module, which is too complex to create some simple example. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Martin&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 09:08:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501446#M2861</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2016-05-26T09:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5775K_356DS</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501447#M2862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I see the graph of the full signal in S32?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 13:13:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501447#M2862</guid>
      <dc:creator>chenmiao</dc:creator>
      <dc:date>2016-05-26T13:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5775K_356DS</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501448#M2863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no it is not possible. S32 does not provide this functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 13:17:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501448#M2863</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2016-05-26T13:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5775K_356DS</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501449#M2864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I view all of the values &lt;SPAN style="color: #51626f; font-family: Arial;"&gt;sent to Etimer?not one value at the breakpoint I set&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 13:58:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501449#M2864</guid>
      <dc:creator>chenmiao</dc:creator>
      <dc:date>2016-05-26T13:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5775K_356DS</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501450#M2865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot see all values, because these values are not saved in my example. If you want to see all values, you have to save them to memory. But there should be a problem, because sampling frequency is 250KHz so you will have 250 000 samples per second. One sample is 16-bit long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple calculation 250 000 samples * 2 bytes =&amp;nbsp; 488KB data every second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to view all values and see the signal waveform, you can use FreeMASTER. Please look at the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-330923"&gt;Let´s start with FreeMASTER!&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But from my point of view, you should decrease ADC sampling frequency because of amount of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 07:43:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5775K-356DS/m-p/501450#M2865</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2016-05-27T07:43:07Z</dc:date>
    </item>
  </channel>
</rss>

