<?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>NFCのトピックRe: TDA8026 application problems</title>
    <link>https://community.nxp.com/t5/NFC/TDA8026-application-problems/m-p/520071#M330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Haopen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In datasheet of TDA8026, interrrupt response is described in detail, see following:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(1)Interrupt line: &lt;SPAN class="highlight selected"&gt;IRQN&lt;/SPAN&gt; pin; open-drain, active LOW output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(2) On page 9 of datasheet&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When card insertion or removal is detected on card slot 1, an&lt;/P&gt;&lt;P data-canvas-width="383.80000000000007" style="font-size: 16.6667px; font-family: sans-serif;"&gt;interrupt signal (&lt;SPAN class="highlight selected"&gt;IRQN&lt;/SPAN&gt;) is sent to the microcontroller.&lt;/P&gt;&lt;P data-canvas-width="383.80000000000007" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;STRONG&gt;(3)On page 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P data-canvas-width="630.1000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;1. Card insertion on card slot 1 is signalled by the &lt;SPAN class="highlight selected"&gt;IRQN&lt;/SPAN&gt; pin signal being driven LOW.&lt;/P&gt;&lt;P data-canvas-width="633.1833333333334" style="font-size: 16.6667px; font-family: sans-serif;"&gt;2. Using the IRQN pin signal, the microcontroller detects the card insertion and drives&lt;/P&gt;&lt;P data-canvas-width="350.98333333333335" style="font-size: 16.6667px; font-family: sans-serif;"&gt;the SDWNN pin HIGH to wake-up the TDA8026&lt;/P&gt;&lt;P data-canvas-width="646.4333333333335" style="font-size: 16.6667px; font-family: sans-serif;"&gt;3. When the SDWNN pin is HIGH, the IRQN pin is set to HIGH and the analog module is&lt;/P&gt;&lt;P data-canvas-width="495.91666666666674" style="font-size: 16.6667px; font-family: sans-serif;"&gt;powered-up. A full power-up sequence is executed by the TDA8026&lt;/P&gt;&lt;P data-canvas-width="439.0333333333334" style="font-size: 16.6667px; font-family: sans-serif;"&gt;4. When the TDA8026 is ready, the IRQN pin is set to LOW&lt;/P&gt;&lt;P data-canvas-width="626.4500000000002" style="font-size: 16.6667px; font-family: sans-serif;"&gt;5. The microcontroller detects the device interrupt using the IRQN pin and services it&lt;/P&gt;&lt;P data-canvas-width="230.61666666666665" style="font-size: 16.6667px; font-family: sans-serif;"&gt;which resets pin IRQN to HIGH&lt;/P&gt;&lt;P data-canvas-width="230.61666666666665" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;STRONG&gt;(4)on page 18&lt;/STRONG&gt;&lt;/P&gt;&lt;P data-canvas-width="641.2666666666668" style="font-size: 16.6667px; font-family: sans-serif;"&gt;When at least one of the PRESL, SUPL, PROT, MUTE and EARLY bits is set to logic 1,&lt;/P&gt;&lt;P data-canvas-width="653.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;SPAN class="highlight selected"&gt;IRQN&lt;/SPAN&gt; pin is driven LOW until the status byte has been read. After power-on, the SUPL bit&lt;/P&gt;&lt;P data-canvas-width="624.5166666666668" style="font-size: 16.6667px; font-family: sans-serif;"&gt;is set to logic 1 until the status byte has been read and the IRQN pin is LOW until the&lt;/P&gt;&lt;P data-canvas-width="246.06666666666666" style="font-size: 16.6667px; font-family: sans-serif;"&gt;voltage supervisor is deactivated.&lt;/P&gt;&lt;P data-canvas-width="246.06666666666666" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;STRONG&gt;(5)On page 32&lt;/STRONG&gt;&lt;/P&gt;&lt;P data-canvas-width="633.5333333333333" style="font-size: 16.6667px; font-family: sans-serif;"&gt;When the DC-to-DC converter cannot act as a step-up converter, an overload alarm is&lt;/P&gt;&lt;P data-canvas-width="627.1833333333334" style="font-size: 16.6667px; font-family: sans-serif;"&gt;sent to the digital module and all card slot interfaces are deactivated. This causes the&lt;/P&gt;&lt;P data-canvas-width="594.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;SPAN class="highlight selected"&gt;IRQN&lt;/SPAN&gt; line to be driven LOW and the Bank 1 Register 0 PROT bit is set to logic 1.&lt;/P&gt;&lt;P data-canvas-width="594.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;/P&gt;&lt;P data-canvas-width="594.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sumarry, several functions in TDA8026 will share the same IRQ pin, when interrupt occurs, IRQ pin will be LOW, host will response it, then enter interrupt service routine to handle it, at first routine will inquire interrupt status register to know who generagtes interrupt service requirement, then according to it, perform correspongding handling.&lt;/P&gt;&lt;P data-canvas-width="594.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;/P&gt;&lt;P data-canvas-width="594.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;Regards,&lt;/P&gt;&lt;P data-canvas-width="594.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 03:55:01 GMT</pubDate>
    <dc:creator>weidong_sun</dc:creator>
    <dc:date>2016-06-17T03:55:01Z</dc:date>
    <item>
      <title>TDA8026 application problems</title>
      <link>https://community.nxp.com/t5/NFC/TDA8026-application-problems/m-p/520070#M329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #35a1d4; font-family: Tahoma, Arial, 宋体, 'Malgun Gothic'; font-size: 12px; font-style: normal; font-weight: normal; text-align: justify; text-indent: 0px; background-color: rgba(255, 255, 255, 0.8);"&gt;TDA8026 card interrupt condition, how to set up and operating the CPU card?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 02:16:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/TDA8026-application-problems/m-p/520070#M329</guid>
      <dc:creator>haopeng</dc:creator>
      <dc:date>2016-06-14T02:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: TDA8026 application problems</title>
      <link>https://community.nxp.com/t5/NFC/TDA8026-application-problems/m-p/520071#M330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Haopen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In datasheet of TDA8026, interrrupt response is described in detail, see following:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(1)Interrupt line: &lt;SPAN class="highlight selected"&gt;IRQN&lt;/SPAN&gt; pin; open-drain, active LOW output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(2) On page 9 of datasheet&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When card insertion or removal is detected on card slot 1, an&lt;/P&gt;&lt;P data-canvas-width="383.80000000000007" style="font-size: 16.6667px; font-family: sans-serif;"&gt;interrupt signal (&lt;SPAN class="highlight selected"&gt;IRQN&lt;/SPAN&gt;) is sent to the microcontroller.&lt;/P&gt;&lt;P data-canvas-width="383.80000000000007" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;STRONG&gt;(3)On page 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P data-canvas-width="630.1000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;1. Card insertion on card slot 1 is signalled by the &lt;SPAN class="highlight selected"&gt;IRQN&lt;/SPAN&gt; pin signal being driven LOW.&lt;/P&gt;&lt;P data-canvas-width="633.1833333333334" style="font-size: 16.6667px; font-family: sans-serif;"&gt;2. Using the IRQN pin signal, the microcontroller detects the card insertion and drives&lt;/P&gt;&lt;P data-canvas-width="350.98333333333335" style="font-size: 16.6667px; font-family: sans-serif;"&gt;the SDWNN pin HIGH to wake-up the TDA8026&lt;/P&gt;&lt;P data-canvas-width="646.4333333333335" style="font-size: 16.6667px; font-family: sans-serif;"&gt;3. When the SDWNN pin is HIGH, the IRQN pin is set to HIGH and the analog module is&lt;/P&gt;&lt;P data-canvas-width="495.91666666666674" style="font-size: 16.6667px; font-family: sans-serif;"&gt;powered-up. A full power-up sequence is executed by the TDA8026&lt;/P&gt;&lt;P data-canvas-width="439.0333333333334" style="font-size: 16.6667px; font-family: sans-serif;"&gt;4. When the TDA8026 is ready, the IRQN pin is set to LOW&lt;/P&gt;&lt;P data-canvas-width="626.4500000000002" style="font-size: 16.6667px; font-family: sans-serif;"&gt;5. The microcontroller detects the device interrupt using the IRQN pin and services it&lt;/P&gt;&lt;P data-canvas-width="230.61666666666665" style="font-size: 16.6667px; font-family: sans-serif;"&gt;which resets pin IRQN to HIGH&lt;/P&gt;&lt;P data-canvas-width="230.61666666666665" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;STRONG&gt;(4)on page 18&lt;/STRONG&gt;&lt;/P&gt;&lt;P data-canvas-width="641.2666666666668" style="font-size: 16.6667px; font-family: sans-serif;"&gt;When at least one of the PRESL, SUPL, PROT, MUTE and EARLY bits is set to logic 1,&lt;/P&gt;&lt;P data-canvas-width="653.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;SPAN class="highlight selected"&gt;IRQN&lt;/SPAN&gt; pin is driven LOW until the status byte has been read. After power-on, the SUPL bit&lt;/P&gt;&lt;P data-canvas-width="624.5166666666668" style="font-size: 16.6667px; font-family: sans-serif;"&gt;is set to logic 1 until the status byte has been read and the IRQN pin is LOW until the&lt;/P&gt;&lt;P data-canvas-width="246.06666666666666" style="font-size: 16.6667px; font-family: sans-serif;"&gt;voltage supervisor is deactivated.&lt;/P&gt;&lt;P data-canvas-width="246.06666666666666" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;STRONG&gt;(5)On page 32&lt;/STRONG&gt;&lt;/P&gt;&lt;P data-canvas-width="633.5333333333333" style="font-size: 16.6667px; font-family: sans-serif;"&gt;When the DC-to-DC converter cannot act as a step-up converter, an overload alarm is&lt;/P&gt;&lt;P data-canvas-width="627.1833333333334" style="font-size: 16.6667px; font-family: sans-serif;"&gt;sent to the digital module and all card slot interfaces are deactivated. This causes the&lt;/P&gt;&lt;P data-canvas-width="594.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;SPAN class="highlight selected"&gt;IRQN&lt;/SPAN&gt; line to be driven LOW and the Bank 1 Register 0 PROT bit is set to logic 1.&lt;/P&gt;&lt;P data-canvas-width="594.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;/P&gt;&lt;P data-canvas-width="594.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sumarry, several functions in TDA8026 will share the same IRQ pin, when interrupt occurs, IRQ pin will be LOW, host will response it, then enter interrupt service routine to handle it, at first routine will inquire interrupt status register to know who generagtes interrupt service requirement, then according to it, perform correspongding handling.&lt;/P&gt;&lt;P data-canvas-width="594.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;&lt;/P&gt;&lt;P data-canvas-width="594.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;Regards,&lt;/P&gt;&lt;P data-canvas-width="594.9000000000001" style="font-size: 16.6667px; font-family: sans-serif;"&gt;weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 03:55:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/TDA8026-application-problems/m-p/520071#M330</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2016-06-17T03:55:01Z</dc:date>
    </item>
  </channel>
</rss>

