<?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: Regarding GDU confiuration to get phase votage using internal ADC channel in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668254#M14063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratibha,&lt;/P&gt;&lt;P&gt;I am sorry for misunderstanding.&lt;/P&gt;&lt;P&gt;But it is quite strange requirement – disable error occurrence itself.&lt;/P&gt;&lt;P&gt;In general, you cannot disable any error, you may just decrease/increase of error probability or disable/enable error detection.&lt;/P&gt;&lt;P&gt;If we will talk about error detection; NO, we cannot disable ECC error detection during RAM/Flash/EEPROM reading. The ECC state machine is inbuilt in memory and running on background. Currently, I do not see any possible reason for such requirement (for disable ECC check).&lt;/P&gt;&lt;P&gt;Could you please clarify why you want to disable ECC check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Radek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 12:30:29 GMT</pubDate>
    <dc:creator>RadekS</dc:creator>
    <dc:date>2017-08-10T12:30:29Z</dc:date>
    <item>
      <title>Regarding GDU confiuration to get phase votage using internal ADC channel</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668249#M14058</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;I am using ZVMC128 MCU.&lt;BR /&gt;I am using internal ADC channel to calculate phase voltage.&lt;BR /&gt;So at one instant i will get only one phase voltage but i want all three phase voltages.&lt;BR /&gt;I have done the configuration of PMF,PTU,ADC,TIM0.&lt;BR /&gt;PMF reloads after each 50uS.&lt;BR /&gt;In that PMF reload ISR i am applying commutation pattern to GDU MUX register as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fsau8MuxPhase[7] = {0x00,0x03,0x02,0x01,0x03,0x02,0x01};&lt;/P&gt;&lt;P&gt;/* PMFCFG2 and PMFOUTC are configured as per output pattern */&lt;/P&gt;&lt;P&gt;GDUPHMUX_GPHMX = fsau8MuxPhase[outputPattern];&lt;BR /&gt;PTUC_PTULDOK = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After applying commutation pattern to GDU MUX I will get the phase voltage for respective pattern on internal channel.&lt;/P&gt;&lt;P&gt;It is my understanding.&lt;BR /&gt;Is it right?&lt;/P&gt;&lt;P&gt;For UVW disconnection failsafe i have to check all three phase voltages.But i am not getting how to do this.&lt;/P&gt;&lt;P&gt;Please give me some solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 12:05:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668249#M14058</guid>
      <dc:creator>pratibhasurabhi</dc:creator>
      <dc:date>2017-07-14T12:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding GDU confiuration to get phase votage using internal ADC channel</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668250#M14059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratibha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right, after applying commutation, the GDU MUX will be set per fsau8MuxPhase[outputPattern]. When you will do ADC measurement at the phase voltage (Internal_2 ADC channel) you will get ADC result from appropriate phase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such case, you should have three phase voltage variables or an array with phase voltages and the result should be updated only at single variable/cell related to the same fsau8MuxPhase[outputPattern] value (one phase measurement per commutation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If I understood correctly, you want to use it for detection of damaged transistor.&lt;/P&gt;&lt;P&gt;Shouldn’t be better use inbuild GDU desaturation comparators and check GDUDSE flags?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Radek&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Radek&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>Tue, 18 Jul 2017 21:21:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668250#M14059</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2017-07-18T21:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding GDU confiuration to get phase votage using internal ADC channel</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668251#M14060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for quick reply!&lt;/P&gt;&lt;P&gt;Can we disable the RAM ECC double bit error itself?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 05:25:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668251#M14060</guid>
      <dc:creator>pratibhasurabhi</dc:creator>
      <dc:date>2017-08-02T05:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding GDU confiuration to get phase votage using internal ADC channel</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668252#M14061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratibha,&lt;/P&gt;&lt;P&gt;No, we cannot disable Machine Exception invoking when ECC double bit error is detected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Radek&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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, 02 Aug 2017 07:02:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668252#M14061</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2017-08-02T07:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding GDU confiuration to get phase votage using internal ADC channel</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668253#M14062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not about machine exception, but we want to disable RAM double bit ECC error occurance itself,&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any method to do it?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 10:56:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668253#M14062</guid>
      <dc:creator>pratibhasurabhi</dc:creator>
      <dc:date>2017-08-10T10:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding GDU confiuration to get phase votage using internal ADC channel</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668254#M14063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratibha,&lt;/P&gt;&lt;P&gt;I am sorry for misunderstanding.&lt;/P&gt;&lt;P&gt;But it is quite strange requirement – disable error occurrence itself.&lt;/P&gt;&lt;P&gt;In general, you cannot disable any error, you may just decrease/increase of error probability or disable/enable error detection.&lt;/P&gt;&lt;P&gt;If we will talk about error detection; NO, we cannot disable ECC error detection during RAM/Flash/EEPROM reading. The ECC state machine is inbuilt in memory and running on background. Currently, I do not see any possible reason for such requirement (for disable ECC check).&lt;/P&gt;&lt;P&gt;Could you please clarify why you want to disable ECC check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Radek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 12:30:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Regarding-GDU-confiuration-to-get-phase-votage-using-internal/m-p/668254#M14063</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2017-08-10T12:30:29Z</dc:date>
    </item>
  </channel>
</rss>

