<?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: How do I clear the EOSI bit? (MC56Fxxxx) in Digital Signal Controllers</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/How-do-I-clear-the-EOSI-bit-MC56Fxxxx/m-p/318922#M141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADC_STAT is the read only register as the flags can not be set by the software. The flags can only be cleared by the software.&lt;/P&gt;&lt;P&gt;This bit is cleared by writing a one to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADC_STAT |= ADC_STAT_EOSI0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write this line in your interrupt routine, and let me know the result.&lt;/P&gt;&lt;P&gt;Still if it is not getting cleared, please share your ADC_init and ADC_isr code along with the complete device name which you are using.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks and Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Arpita Agarwal &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 06:17:53 GMT</pubDate>
    <dc:creator>arpitaagarwal-b</dc:creator>
    <dc:date>2014-06-17T06:17:53Z</dc:date>
    <item>
      <title>How do I clear the EOSI bit? (MC56Fxxxx)</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/How-do-I-clear-the-EOSI-bit-MC56Fxxxx/m-p/318921#M140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have a little issue where I am trying to clear the EOSI0 bit, but I don't know how to clear this interrupt.&amp;nbsp; My confusion arises from the fact that in the documentation it clearly states that ADC_STAT is a READ-ONLY register.&amp;nbsp; It later says however, in the EOSI description that to clear the EOSI you should write a 1 to that bit.&amp;nbsp; I tried doing this but it didn't seem to do anything.&amp;nbsp; I even saw some auto-generated code that tried to clear the interrupt by writing (in software) a 1 to the bit.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know anything about how this works?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DOCUMENTATION: &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcache.freescale.com%2Ffiles%2F32bit%2Fdoc%2Fref_manual%2FMC56F827XXRM.pdf%3Ffasp%3D1%26WT_TYPE%3DReference%2520Manuals%26WT_VENDOR%3DFREESCALE%26WT_FILE_FORMAT%3Dpdf%26WT_ASSET%3DDocumentation%26Parent_nodeId%3D1381349179001745916347%26Parent_pageType%3Dproduct" rel="nofollow" target="_blank"&gt;http://cache.freescale.com/files/32bit/doc/ref_manual/MC56F827XXRM.pdf?fasp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREE…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 15:42:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/How-do-I-clear-the-EOSI-bit-MC56Fxxxx/m-p/318921#M140</guid>
      <dc:creator>ericensen</dc:creator>
      <dc:date>2014-06-13T15:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I clear the EOSI bit? (MC56Fxxxx)</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/How-do-I-clear-the-EOSI-bit-MC56Fxxxx/m-p/318922#M141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADC_STAT is the read only register as the flags can not be set by the software. The flags can only be cleared by the software.&lt;/P&gt;&lt;P&gt;This bit is cleared by writing a one to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADC_STAT |= ADC_STAT_EOSI0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write this line in your interrupt routine, and let me know the result.&lt;/P&gt;&lt;P&gt;Still if it is not getting cleared, please share your ADC_init and ADC_isr code along with the complete device name which you are using.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks and Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Arpita Agarwal &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 06:17:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/How-do-I-clear-the-EOSI-bit-MC56Fxxxx/m-p/318922#M141</guid>
      <dc:creator>arpitaagarwal-b</dc:creator>
      <dc:date>2014-06-17T06:17:53Z</dc:date>
    </item>
  </channel>
</rss>

