<?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: phacDiscLoop_Run() returns error status in NfcrdlibEx4_MIFAREClassic example with PN5190 in NFC</title>
    <link>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1755291#M10963</link>
    <description>&lt;P&gt;Sorry, I missed your update.&lt;/P&gt;
&lt;P&gt;Did you solve this issue?&amp;nbsp; The scope capture seems OK.&amp;nbsp; please check whether the SPI signals are pull up on K32 side?&amp;nbsp; &amp;nbsp;and what is the spi baud on k32 side ?&lt;/P&gt;</description>
    <pubDate>Fri, 10 Nov 2023 03:13:54 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2023-11-10T03:13:54Z</dc:date>
    <item>
      <title>phacDiscLoop_Run() returns error status in NfcrdlibEx4_MIFAREClassic example with PN5190</title>
      <link>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1742352#M10874</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I ported the NFC Reader Library v07.09.00 to my&amp;nbsp;custom board with a K32L2 microcontroller. I was running the NfcrdlibEx4_MIFAREClassic example correctly until I tried to run other examples like&amp;nbsp;NfcrdlibEx1_DiscoveryLoop or&amp;nbsp;NfcrdlibEx6_LPCD (both gave some errors while running). After that, I cannot run&amp;nbsp;NfcrdlibEx4_MIFAREClassic correctly anymore.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;phacDiscLoop_Run&lt;/STRONG&gt; function returns &lt;STRONG&gt;0x4080&lt;/STRONG&gt;. Digging into lower layers, I found that &lt;STRONG&gt;phhalHw_Pn5190_Instr_RfOn&lt;/STRONG&gt; function returns &lt;STRONG&gt;0x21C&lt;/STRONG&gt;. Within this function, &lt;STRONG&gt;phhalHw_Pn5190_InstMngr_HandleCmd&lt;/STRONG&gt; returns &lt;STRONG&gt;0x1C&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;What is this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I defined DEBUG_PRINT_RAW_DATA preprocessor symbol and I get the following data from the PN5190 in every loop of the main do...while loop:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RX: FF 02 00 01 00 FF FF FF FF 
RX: FF 11 00 01 00 FF FF FF FF 
RX: FF 00 00 01 00 FF FF FF FF 
RX: FF 03 00 01 00 FF FF FF FF 
RX: FF 80 00 04 40 00 00 00 FF 
RX: FF 02 00 01 00 FF FF FF FF 
RX: FF 02 00 01 00 FF FF FF FF 
RX: FF 04 00 05 00 00 00 80 20 
RX: FF 02 00 01 00 FF FF FF FF 
RX: FF 0D 00 01 00 FF FF FF FF 
RX: FF 00 00 01 00 FF FF FF FF 
RX: FF 00 00 01 00 FF FF FF FF 
RX: FF 10 00 01 1C FF FF FF FF&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't find any information regarding those error responses starting by 0x02 (PN5190_STATUS_INTEGRITY_ERROR), 0x03 (PN5190_STATUS_RF_COLLISION_ERROR) , 0x0D (PN5190_STATUS_RESOURCE_ERROR).&lt;/P&gt;&lt;P&gt;Are they PN5190 internal errors? Can I do something in order to fix them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 20:17:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1742352#M10874</guid>
      <dc:creator>abacus</dc:creator>
      <dc:date>2023-10-18T20:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: phacDiscLoop_Run() returns error status in NfcrdlibEx4_MIFAREClassic example with PN5190</title>
      <link>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1743981#M10889</link>
      <description>&lt;P&gt;Hi abacus:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please check the host interface?&amp;nbsp; maybe the SPI not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Sun, 22 Oct 2023 08:25:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1743981#M10889</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2023-10-22T08:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: phacDiscLoop_Run() returns error status in NfcrdlibEx4_MIFAREClassic example with PN5190</title>
      <link>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1744594#M10896</link>
      <description>&lt;P&gt;Hi Daniel.&lt;/P&gt;&lt;P&gt;I saved the traces of the repeating loop with a logic analyser.&lt;/P&gt;&lt;P&gt;Can you spot any issue in those frames?&lt;/P&gt;&lt;P&gt;Is the microcontroller trying to send something just after every time there is an event from the PN5190? (0xF8 0x5E 0x00 0x20 0x00)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: I added IRQ signal to the captures.&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="message01.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247439iB350B9341F813D6B/image-size/small?v=v2&amp;amp;px=200" role="button" title="message01.png" alt="message01.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message02.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247440i89D1F76918502ECB/image-size/small?v=v2&amp;amp;px=200" role="button" title="message02.png" alt="message02.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message03.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247441i2200DBCD2CF2C946/image-size/small?v=v2&amp;amp;px=200" role="button" title="message03.png" alt="message03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message04.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247442i2FCC5D2F0245A23E/image-size/small?v=v2&amp;amp;px=200" role="button" title="message04.png" alt="message04.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message05.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247443i118991B26AD59FC1/image-size/small?v=v2&amp;amp;px=200" role="button" title="message05.png" alt="message05.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message06.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247444i057835507DA3D335/image-size/small?v=v2&amp;amp;px=200" role="button" title="message06.png" alt="message06.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message07.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247445iD6AEEEF9EB20A1A4/image-size/small?v=v2&amp;amp;px=200" role="button" title="message07.png" alt="message07.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message08.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247446i923C6926B6BBE99D/image-size/small?v=v2&amp;amp;px=200" role="button" title="message08.png" alt="message08.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message09.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247447iC7DB9610E671BA60/image-size/small?v=v2&amp;amp;px=200" role="button" title="message09.png" alt="message09.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message10.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247448i93834B3A5C4FCA53/image-size/small?v=v2&amp;amp;px=200" role="button" title="message10.png" alt="message10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message11.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247449i17E24931CF178DB1/image-size/small?v=v2&amp;amp;px=200" role="button" title="message11.png" alt="message11.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message12.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247450i810A5D4C483BE5AC/image-size/small?v=v2&amp;amp;px=200" role="button" title="message12.png" alt="message12.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message13.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247451i6DB186E1C2CBAE5B/image-size/small?v=v2&amp;amp;px=200" role="button" title="message13.png" alt="message13.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message14.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247452i2F3EC9AA96B3768F/image-size/small?v=v2&amp;amp;px=200" role="button" title="message14.png" alt="message14.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message15.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247453i7B9D03BFAEC83710/image-size/small?v=v2&amp;amp;px=200" role="button" title="message15.png" alt="message15.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message16.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247454iC16CD64781495719/image-size/small?v=v2&amp;amp;px=200" role="button" title="message16.png" alt="message16.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message17.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247455i5152DFBB14EF09FF/image-size/small?v=v2&amp;amp;px=200" role="button" title="message17.png" alt="message17.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="message18.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/247456i97AF3153A4F52C03/image-size/small?v=v2&amp;amp;px=200" role="button" title="message18.png" alt="message18.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 07:20:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1744594#M10896</guid>
      <dc:creator>abacus</dc:creator>
      <dc:date>2023-10-30T07:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: phacDiscLoop_Run() returns error status in NfcrdlibEx4_MIFAREClassic example with PN5190</title>
      <link>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1748595#M10918</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I edited my previous message to add the IRQ signal to the captures.&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 09:30:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1748595#M10918</guid>
      <dc:creator>abacus</dc:creator>
      <dc:date>2023-10-30T09:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: phacDiscLoop_Run() returns error status in NfcrdlibEx4_MIFAREClassic example with PN5190</title>
      <link>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1755291#M10963</link>
      <description>&lt;P&gt;Sorry, I missed your update.&lt;/P&gt;
&lt;P&gt;Did you solve this issue?&amp;nbsp; The scope capture seems OK.&amp;nbsp; please check whether the SPI signals are pull up on K32 side?&amp;nbsp; &amp;nbsp;and what is the spi baud on k32 side ?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 03:13:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1755291#M10963</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2023-11-10T03:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: phacDiscLoop_Run() returns error status in NfcrdlibEx4_MIFAREClassic example with PN5190</title>
      <link>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1761743#M10998</link>
      <description>&lt;P&gt;Hi Daniel.&lt;/P&gt;&lt;P&gt;No, I couldn't solve it yet.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;please check whether the SPI signals are pull up on K32 side?&amp;nbsp; &amp;nbsp;and what is the spi baud on k32 side ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;I don't have hardware pull-ups in SPI lines and internal pullups are disabled.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;SPI baudrate is 500KHz:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;#define PHDRIVER_KSDK_SPI_DATA_RATE        500000U&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;These are my SPI Init functions (as close to the original K82F as possible):&lt;/P&gt;&lt;LI-CODE lang="c"&gt;phStatus_t phbalReg_Init(
                         void * pDataParams,
                         uint16_t wSizeOfDataParams
                         )
{
    spi_master_config_t g_masterConfig;

    if ( (pDataParams == NULL) || (sizeof(phbalReg_Type_t) != wSizeOfDataParams))
    {
        return (PH_DRIVER_ERROR | PH_COMP_DRIVER);
    }

    ((phbalReg_Type_t *)pDataParams)-&amp;gt;wId      = PH_COMP_DRIVER | PHBAL_REG_KINETIS_SPI_ID;
    ((phbalReg_Type_t *)pDataParams)-&amp;gt;bBalType = PHBAL_REG_TYPE_SPI;

    memset(&amp;amp;g_masterConfig, 0, sizeof(spi_master_config_t));

    g_masterConfig.enableMaster = true;
    g_masterConfig.baudRate_Bps = PHDRIVER_KSDK_SPI_DATA_RATE;
    g_masterConfig.dataMode = kSPI_8BitMode;
    g_masterConfig.polarity = kSPI_ClockPolarityActiveHigh;
    g_masterConfig.phase = kSPI_ClockPhaseFirstEdge;
    g_masterConfig.direction = kSPI_MsbFirst;
    g_masterConfig.outputMode = kSPI_SlaveSelectAsGpio;
    g_masterConfig.pinMode = kSPI_PinModeNormal;

    phbalReg_SpiInit();

#ifdef PHDRIVER_KSDK_SPI_POLLING
    /* Initialize the DSPI peripheral */
    SPI_MasterInit(PHDRIVER_KSDK_SPI_MASTER, &amp;amp;g_masterConfig, CLOCK_GetFreq(PHDRIVER_KSDK_SPI_CLK_SRC));
#else
    SPI_RTOS_Init(&amp;amp;g_masterHandle, PHDRIVER_KSDK_SPI_MASTER, &amp;amp;g_masterConfig, CLOCK_GetFreq(PHDRIVER_KSDK_SPI_CLK_SRC));
#endif

    return PH_DRIVER_SUCCESS;
}&lt;/LI-CODE&gt;&lt;LI-CODE lang="c"&gt;static void phbalReg_SpiInit(void)
{
    port_pin_config_t pinConfig =
    {
        .pullSelect = kPORT_PullDisable,
        .slewRate = kPORT_FastSlewRate,
        .passiveFilterEnable = kPORT_PassiveFilterDisable,
        .driveStrength = kPORT_HighDriveStrength,
        .mux = kPORT_MuxAsGpio,
    };

    /* SPI Configuration */
    NVIC_SetPriority(PHDRIVER_KSDK_SPI_IRQ, DSPI_IRQ_PRIORITY);

    /* Configure SSP pins (SCK, MOSI and MISO) */
    pinConfig.pullSelect = kPORT_PullDisable;
    pinConfig.mux = kPORT_MuxAlt2;

    CLOCK_EnableClock(ENABLE_PORT_SSP_1);
    PORT_SetPinConfig(PORT_SSP_1, FIRST_PINNUM_SSP, &amp;amp;pinConfig);
    CLOCK_EnableClock(ENABLE_PORT_SSP_2);
    PORT_SetPinConfig(PORT_SSP_2, SECOND_PINNUM_SSP, &amp;amp;pinConfig);
    CLOCK_EnableClock(ENABLE_PORT_SSP_3);
    PORT_SetPinConfig(PORT_SSP_3, THIRD_PINNUM_SSP, &amp;amp;pinConfig);
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested another board, and&amp;nbsp;NfcrdlibEx4_MIFAREClassic example is running correctly. So, I'm guessing that it may be some PN5190 EEPROM data misconfiguration? Is there any command to load/reset EEPROM data to factory defaults?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meanwhile, I purchased PNEV5190BP and I'm trying these configurations:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abacus_0-1700642617221.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/251046i431CE44FBD5CCDA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abacus_0-1700642617221.png" alt="abacus_0-1700642617221.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abacus_1-1700642649444.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/251048iD209E3F56B13282C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abacus_1-1700642649444.png" alt="abacus_1-1700642649444.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'll come back with some results.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 08:46:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1761743#M10998</guid>
      <dc:creator>abacus</dc:creator>
      <dc:date>2023-11-22T08:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: phacDiscLoop_Run() returns error status in NfcrdlibEx4_MIFAREClassic example with PN5190</title>
      <link>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1762992#M11010</link>
      <description>&lt;P&gt;Hi&amp;nbsp; Abacus,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest you pull up the SPI signals on K32 side.&lt;/P&gt;
&lt;P&gt;NFC cockpit tool can load/save EEPROM&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/products/rfid-nfc/nfc-hf/nfc-readers/nfc-cockpit-configuration-tool-for-nfc-ics:NFC-COCKPIT" target="_blank"&gt;https://www.nxp.com/products/rfid-nfc/nfc-hf/nfc-readers/nfc-cockpit-configuration-tool-for-nfc-ics:NFC-COCKPIT&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 02:18:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1762992#M11010</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2023-11-24T02:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: phacDiscLoop_Run() returns error status in NfcrdlibEx4_MIFAREClassic example with PN5190</title>
      <link>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1763320#M11015</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;I would suggest you pull up the SPI signals on K32 side.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;I'll try that, but it does not seem an issue related to K32.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I managed to connect my PN5190 to the Evaluation Board (R5 and R7 shorted, R6 open).&lt;BR /&gt;First I got this warning, so I updated the FW to r2.F7 through Secure Upgrade.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abacus_0-1700821597406.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/251424iC764FEB5DEB53A41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abacus_0-1700821597406.png" alt="abacus_0-1700821597406.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I loaded default EEPROM data and I'm able to perform some operations, but once I hit "Rf Field On", the &amp;nbsp;Evaluation Board and the Cockpit application, both become unresponsive. I need to power cycle to recover. Here's the output of Log Monitor:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[2023.11.24 11:21:20]:DEBUG:UcBalVComBalDelegate:TX [008]: 7F 07 00 04 00 00 01 00
[2023.11.24 11:21:20]:DEBUG:UcBalVComBalDelegate:RX [009]: FF 07 00 02 00 E4 FF FF FF
[2023.11.24 11:21:20]:INFO:EEPROMService_PN5190:Read from EE address:0x0000. Value=0xE4
[2023.11.24 11:21:22]:INFO:RFProtocolTuningService_PN5190:Load protocol: RM_A_106
[2023.11.24 11:21:22]:DEBUG:UcBalVComBalDelegate:TX [006]: 7F 0D 00 02 00 80
[2023.11.24 11:21:22]:DEBUG:UcBalVComBalDelegate:RX [009]: FF 0D 00 01 00 FF FF FF FF
[2023.11.24 11:21:22]:INFO:TypeACardViewModel:RM_A_106 Protocol loaded successfully.
[2023.11.24 11:21:25]:INFO:RfFieldControlService:RF On
[2023.11.24 11:21:25]:DEBUG:UcBalVComBalDelegate:TX [005]: 7F 10 00 01 00
[2023.11.24 11:21:26]:ERROR:App:Internal Error occured "The operation has timed out." in System&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My PN5190 power configuration is the same as the default from the Evaluation Kit, so I believe default EEPROM data should be valid.&lt;/P&gt;&lt;P&gt;What else can I debug?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 10:48:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/phacDiscLoop-Run-returns-error-status-in-NfcrdlibEx4/m-p/1763320#M11015</guid>
      <dc:creator>abacus</dc:creator>
      <dc:date>2023-11-24T10:48:42Z</dc:date>
    </item>
  </channel>
</rss>

