<?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のトピックHow to start with HSUART</title>
    <link>https://community.nxp.com/t5/NFC/How-to-start-with-HSUART/m-p/745670#M3201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am new to PN7462 and working on&amp;nbsp; PN7462 Development board. I want to implement HSUART protocol&amp;nbsp; independently for one&amp;nbsp; product. I also&amp;nbsp; refer&amp;nbsp; example PN7462AU_ex_phExHif&amp;nbsp; from SDK but I get confused that how can start from very basis steps like Setting Clock, GPIOs for HSUART and Initialization etc. I request you to please guide me and If any one have sample code than refer to me so I can get better idea about HSUART. Thanks to All in Advance.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Jun 2018 07:11:41 GMT</pubDate>
    <dc:creator>amolborase</dc:creator>
    <dc:date>2018-06-02T07:11:41Z</dc:date>
    <item>
      <title>How to start with HSUART</title>
      <link>https://community.nxp.com/t5/NFC/How-to-start-with-HSUART/m-p/745670#M3201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I am new to PN7462 and working on&amp;nbsp; PN7462 Development board. I want to implement HSUART protocol&amp;nbsp; independently for one&amp;nbsp; product. I also&amp;nbsp; refer&amp;nbsp; example PN7462AU_ex_phExHif&amp;nbsp; from SDK but I get confused that how can start from very basis steps like Setting Clock, GPIOs for HSUART and Initialization etc. I request you to please guide me and If any one have sample code than refer to me so I can get better idea about HSUART. Thanks to All in Advance.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 07:11:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-start-with-HSUART/m-p/745670#M3201</guid>
      <dc:creator>amolborase</dc:creator>
      <dc:date>2018-06-02T07:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to start with HSUART</title>
      <link>https://community.nxp.com/t5/NFC/How-to-start-with-HSUART/m-p/745671#M3202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The clock settings can be found in phFlashBoot_HwSetup(), and GPIOs for HSUART and Initialization can be found in the source file of "phExHif_Hw.c":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/19151i7E0B90525E74B9B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please refer to "14.3.3 High speed UART" in the attached UM for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&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>Wed, 06 Jun 2018 07:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-start-with-HSUART/m-p/745671#M3202</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-06-06T07:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to start with HSUART</title>
      <link>https://community.nxp.com/t5/NFC/How-to-start-with-HSUART/m-p/745672#M3203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kan_Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for late reply, I have checked the file that you indicated but&amp;nbsp; I didn't implemented HSUART still, Because currently I am doing project using PN7462 chip. I started to programming in PN7462 chip,create new fresh project and add files containing in PN7462AU_ex_phExRf project but I get an error like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Description Resource Path Location Type&lt;BR /&gt;make: *** [PN7462AU_ex_phExRfPoll.axf] Error 1 PN7462AU_ex_phExRfPoll C/C++ Problem&lt;BR /&gt;make: *** [RRHFOEM05.axf] Error 1 RRHFOEM05 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_LoadProtocol_Initiator' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 91 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_LoadProtocol_Initiator' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 130 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_PCD_Exchg' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 102 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_PCD_Exchg' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 117 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_PCD_Exchg' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 123 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_PCD_Exchg' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 135 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_PCD_Exchg' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 149 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_PCD_Exchg' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 157 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_PCD_Exchg' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 166 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_PCD_SetExchgFdt' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 95 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_PCD_SetExchgFdt' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 153 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_PCD_SetExchgFdt' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 160 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_SetConfig' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 133 C/C++ Problem&lt;BR /&gt;undefined reference to `phhalRf_SetConfig' phExRf_15693.c /RRHFOEM05/PN7462AU/ISO15693 line 142 C/C++ Problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;So, please guide me that how can I start with fresh project and which library files, I will have to add after creating fresh project so that I can implement UART and SPI interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you will guide me, Thanks in Advance....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 07:38:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/How-to-start-with-HSUART/m-p/745672#M3203</guid>
      <dc:creator>amolborase</dc:creator>
      <dc:date>2018-06-14T07:38:43Z</dc:date>
    </item>
  </channel>
</rss>

