<?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 PN7462 HostIF UART RX interrupt issue on custom board – false HSU_RX_FER interrupt at boot and no RX in NFC</title>
    <link>https://community.nxp.com/t5/NFC/PN7462-HostIF-UART-RX-interrupt-issue-on-custom-board-false-HSU/m-p/2368419#M14229</link>
    <description>&lt;P&gt;I am using PN7462 HostIF in UART (HSU) mode. The same firmware and pin configuration work correctly on the PN7462 evaluation board, but on a custom board TX works while RX callbacks are not triggered. I also observe HSU_RX_FER_STATUS interrupts immediately after boot, even when no host data is transmitted.&lt;/P&gt;&lt;P&gt;Below is my current HostIF UART initialization configuration:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Interface: E_HIF_HSU&lt;/LI&gt;&lt;LI&gt;Baud rate: E_HSU_BAUDRATE_9_6K&lt;/LI&gt;&lt;LI&gt;Stop bits: 1&lt;/LI&gt;&lt;LI&gt;Dummy bytes: 0&lt;/LI&gt;&lt;LI&gt;EOF: 0&lt;/LI&gt;&lt;LI&gt;Timeout: 0&lt;/LI&gt;&lt;LI&gt;Buffer type: E_BUFFER_FORMAT_FREE&lt;/LI&gt;&lt;LI&gt;Short frame length: 0&lt;/LI&gt;&lt;LI&gt;Store error data: 0&lt;/LI&gt;&lt;LI&gt;Header size: 0&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Initialization flow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;phhalHif_Init(&amp;amp;gHifConfig, Hif_UartErrorCallback)&lt;/LI&gt;&lt;LI&gt;phhalHif_InitRxBuffer(E_RX_BUFFER_ID0, ..., Hif_UartRxCallback)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Could someone verify whether this configuration is sufficient for UART RX operation?&lt;/P&gt;&lt;P&gt;Specifically:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is any additional interrupt configuration required apart from phhalHif_Init() and phhalHif_InitRxBuffer()?&lt;/LI&gt;&lt;LI&gt;Do HostIF interrupts need to be explicitly enabled or cleared before initialization?&lt;/LI&gt;&lt;LI&gt;Is additional NVIC/IRQ configuration required for RX callbacks?&lt;/LI&gt;&lt;LI&gt;Is E_BUFFER_FORMAT_FREE appropriate for UART communication, or should another buffer format be used?&lt;/LI&gt;&lt;LI&gt;Could missing interrupt configuration explain why RX callbacks are not triggered while TX works correctly?&lt;/LI&gt;&lt;LI&gt;Is repeated HSU_RX_FER_STATUS at startup an indication of incorrect initialization or hardware configuration?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance on recommended HostIF UART initialization or interrupt setup would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 20 May 2026 11:08:00 GMT</pubDate>
    <dc:creator>uday_gowda</dc:creator>
    <dc:date>2026-05-20T11:08:00Z</dc:date>
    <item>
      <title>PN7462 HostIF UART RX interrupt issue on custom board – false HSU_RX_FER interrupt at boot and no RX</title>
      <link>https://community.nxp.com/t5/NFC/PN7462-HostIF-UART-RX-interrupt-issue-on-custom-board-false-HSU/m-p/2368419#M14229</link>
      <description>&lt;P&gt;I am using PN7462 HostIF in UART (HSU) mode. The same firmware and pin configuration work correctly on the PN7462 evaluation board, but on a custom board TX works while RX callbacks are not triggered. I also observe HSU_RX_FER_STATUS interrupts immediately after boot, even when no host data is transmitted.&lt;/P&gt;&lt;P&gt;Below is my current HostIF UART initialization configuration:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Interface: E_HIF_HSU&lt;/LI&gt;&lt;LI&gt;Baud rate: E_HSU_BAUDRATE_9_6K&lt;/LI&gt;&lt;LI&gt;Stop bits: 1&lt;/LI&gt;&lt;LI&gt;Dummy bytes: 0&lt;/LI&gt;&lt;LI&gt;EOF: 0&lt;/LI&gt;&lt;LI&gt;Timeout: 0&lt;/LI&gt;&lt;LI&gt;Buffer type: E_BUFFER_FORMAT_FREE&lt;/LI&gt;&lt;LI&gt;Short frame length: 0&lt;/LI&gt;&lt;LI&gt;Store error data: 0&lt;/LI&gt;&lt;LI&gt;Header size: 0&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Initialization flow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;phhalHif_Init(&amp;amp;gHifConfig, Hif_UartErrorCallback)&lt;/LI&gt;&lt;LI&gt;phhalHif_InitRxBuffer(E_RX_BUFFER_ID0, ..., Hif_UartRxCallback)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Could someone verify whether this configuration is sufficient for UART RX operation?&lt;/P&gt;&lt;P&gt;Specifically:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is any additional interrupt configuration required apart from phhalHif_Init() and phhalHif_InitRxBuffer()?&lt;/LI&gt;&lt;LI&gt;Do HostIF interrupts need to be explicitly enabled or cleared before initialization?&lt;/LI&gt;&lt;LI&gt;Is additional NVIC/IRQ configuration required for RX callbacks?&lt;/LI&gt;&lt;LI&gt;Is E_BUFFER_FORMAT_FREE appropriate for UART communication, or should another buffer format be used?&lt;/LI&gt;&lt;LI&gt;Could missing interrupt configuration explain why RX callbacks are not triggered while TX works correctly?&lt;/LI&gt;&lt;LI&gt;Is repeated HSU_RX_FER_STATUS at startup an indication of incorrect initialization or hardware configuration?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance on recommended HostIF UART initialization or interrupt setup would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 11:08:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7462-HostIF-UART-RX-interrupt-issue-on-custom-board-false-HSU/m-p/2368419#M14229</guid>
      <dc:creator>uday_gowda</dc:creator>
      <dc:date>2026-05-20T11:08:00Z</dc:date>
    </item>
  </channel>
</rss>

