<?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>Other NXP Products中的主题 Re: NHS3152 loading buffer cap when NFC powered</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/NHS3152-loading-buffer-cap-when-NFC-powered/m-p/1763375#M20237</link>
    <description>&lt;P&gt;Hi CyrilBZH,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The cap needs a low ohmic connection to the pad, so no external series resistor. It can be slowly charged via the internal pull-up in the same pad (but this has a fixed 70k+ resistance).&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For more flexibility an extra pad + external resistor can be used, as shown in the drawing below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patrickgeens_0-1700828056668.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/251438iE8F59DF80F5FB5B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patrickgeens_0-1700828056668.png" alt="patrickgeens_0-1700828056668.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The pad transistors have a non negligible impedance, so the buffering performance of the external cap may be impaired.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Patrick&lt;/P&gt;</description>
    <pubDate>Fri, 24 Nov 2023 12:39:31 GMT</pubDate>
    <dc:creator>patrickgeens</dc:creator>
    <dc:date>2023-11-24T12:39:31Z</dc:date>
    <item>
      <title>NHS3152 loading buffer cap when NFC powered</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NHS3152-loading-buffer-cap-when-NFC-powered/m-p/1762054#M20214</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I’m using the NHS3152 chip.&lt;/P&gt;&lt;P&gt;The application requires the chip to be NFC powered.&lt;/P&gt;&lt;P&gt;I read several contribution and answers from the community.&lt;/P&gt;&lt;P&gt;I first tried to have the blinck program working when the dev board is NFC power.&lt;/P&gt;&lt;P&gt;So program the chip vian LCP link, then disconnect and apply the NFC filed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;The program runs well.&lt;/P&gt;&lt;P&gt;Here is an image of the NFC received field on the dev board (yellow), below signal on PIO0_2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CyrilBZH_0-1700669426518.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/251142iDF6BE1A81C0FAF28/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CyrilBZH_0-1700669426518.jpeg" alt="CyrilBZH_0-1700669426518.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since in my application, the NHS3152 will have to light 3 red LEDs (with voltage bias at 1.6V and each with a current varying from 0 up to 1mA), I need to use a capacitor to store voltage.&lt;/P&gt;&lt;P&gt;Basically I want to reproduce image below from post&lt;/P&gt;&lt;P&gt;NHS3152 power only from NFC field and load Capacit... - NXP Community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CyrilBZH_1-1700669426582.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/251141i3EE89A2525154F2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CyrilBZH_1-1700669426582.png" alt="CyrilBZH_1-1700669426582.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So according to one post and the datasheet I use a 330nF cap with a pull-up resistor of 3.3kOhms to slowly charge the cap.&lt;/P&gt;&lt;P&gt;Here is a schematic of my circuit&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CyrilBZH_2-1700669426591.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/251140iB2DA8A0212F4C58A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CyrilBZH_2-1700669426591.png" alt="CyrilBZH_2-1700669426591.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the following program&lt;/P&gt;&lt;P&gt;#include "board.h"&lt;/P&gt;&lt;P&gt;int main(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Board_Init();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_Init(NSS_IOCON);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_GPIO_Init(NSS_GPIO);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // TODO: insert code here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_SetPinConfig(NSS_IOCON, IOCON_PIO0_7 , IOCON_FUNC_0 | IOCON_RMODE_PULLUP | IOCON_LPF_DISABLE);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_SetPinConfig(NSS_IOCON, IOCON_PIO0_2, IOCON_FUNC_0 | IOCON_RMODE_PULLUP | IOCON_LPF_DISABLE);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while(1){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Charge up Capacitor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Chip_GPIO_SetPinDIRInput(NSS_GPIO, 0,IOCON_PIO0_7);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Wait to charge&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Chip_Clock_System_BusyWait_ms(300);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Reconfigure PIO_7 as output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_GPIO_SetPinDIROutput(NSS_GPIO, 0, IOCON_PIO0_7);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Set PIO_7 at logic 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_GPIO_SetPinOutHigh(NSS_GPIO, 0, IOCON_PIO0_7);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Check VDD value on PIO_2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Chip_GPIO_SetPinDIROutput(NSS_GPIO, 0, IOCON_PIO0_2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Set PIO_2 at logic 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Chip_GPIO_SetPinOutHigh(NSS_GPIO, 0, IOCON_PIO0_2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return 0;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not working, I basically dont’ see any change on the voltage cap value.&lt;/P&gt;&lt;P&gt;Is the program not working&amp;nbsp;?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 16:10:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NHS3152-loading-buffer-cap-when-NFC-powered/m-p/1762054#M20214</guid>
      <dc:creator>CyrilBZH</dc:creator>
      <dc:date>2023-11-22T16:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: NHS3152 loading buffer cap when NFC powered</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NHS3152-loading-buffer-cap-when-NFC-powered/m-p/1763375#M20237</link>
      <description>&lt;P&gt;Hi CyrilBZH,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The cap needs a low ohmic connection to the pad, so no external series resistor. It can be slowly charged via the internal pull-up in the same pad (but this has a fixed 70k+ resistance).&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For more flexibility an extra pad + external resistor can be used, as shown in the drawing below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patrickgeens_0-1700828056668.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/251438iE8F59DF80F5FB5B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patrickgeens_0-1700828056668.png" alt="patrickgeens_0-1700828056668.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The pad transistors have a non negligible impedance, so the buffering performance of the external cap may be impaired.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 12:39:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NHS3152-loading-buffer-cap-when-NFC-powered/m-p/1763375#M20237</guid>
      <dc:creator>patrickgeens</dc:creator>
      <dc:date>2023-11-24T12:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: NHS3152 loading buffer cap when NFC powered</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/NHS3152-loading-buffer-cap-when-NFC-powered/m-p/1764968#M20279</link>
      <description>&lt;P&gt;Hello Patrick,&lt;/P&gt;&lt;P&gt;ok it works! The problem came from my oscilloscope probe.&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;P&gt;Cyril&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 14:03:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/NHS3152-loading-buffer-cap-when-NFC-powered/m-p/1764968#M20279</guid>
      <dc:creator>CyrilBZH</dc:creator>
      <dc:date>2023-11-28T14:03:23Z</dc:date>
    </item>
  </channel>
</rss>

