<?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>LPC MicrocontrollersのトピックRe: SPI Interface between the LPC1227FBD48 wit the SLRC610 RFID</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2024811#M57491</link>
    <description>&lt;P&gt;Please find the attached files for the SPI transaction I have done in order to communicate with the Slave device. I am trying to fetch the product ID of the SLRC610 which is present in the 01h address of the EEPROM.I am receiving the continuous 0xFF as a response.&lt;/P&gt;&lt;P&gt;Could you please check and let me know the issue.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2025 11:33:01 GMT</pubDate>
    <dc:creator>sai-t</dc:creator>
    <dc:date>2025-01-09T11:33:01Z</dc:date>
    <item>
      <title>SPI Interface between the LPC1227FBD48 wit the SLRC610 RFID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2020145#M57455</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am working on to interface the SPI communication between the LPC1277 controller with the SLRC610 RFID chip. Can yo please share the demo sample code to read the EEPROM data of the SLRC610 chip in order to do communication between them. Because I am unable to find any references online for this microcontroller.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2024 06:37:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2020145#M57455</guid>
      <dc:creator>sai-t</dc:creator>
      <dc:date>2024-12-28T06:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Interface between the LPC1227FBD48 wit the SLRC610 RFID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2020470#M57458</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/245013"&gt;@sai-t&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Firstly, you can refer to the thread below and the SPI demo under "LPC12xx CMSIS Driver Library".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPCXpresso-IDE/SSP-SPI-problem-LPC1227/m-p/592093" target="_blank"&gt;https://community.nxp.com/t5/LPCXpresso-IDE/SSP-SPI-problem-LPC1227/m-p/592093&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please contact us if you still have any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 10:15:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2020470#M57458</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-12-30T10:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Interface between the LPC1227FBD48 wit the SLRC610 RFID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2024023#M57487</link>
      <description>Hi Alice_Yang, Thanks for your help. I have gone through the code and tried it in my project. But when I am trying to use those functions the BSY bit is continuously getting HIGH and getting struct in the while condition. And because of that I am unable to store the response that is coming from the MISO line. The same DR register is used for the transmission and the receiver. Can you help me how to resolve this issue.</description>
      <pubDate>Wed, 08 Jan 2025 11:06:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2024023#M57487</guid>
      <dc:creator>sai-t</dc:creator>
      <dc:date>2025-01-08T11:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Interface between the LPC1227FBD48 wit the SLRC610 RFID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2024811#M57491</link>
      <description>&lt;P&gt;Please find the attached files for the SPI transaction I have done in order to communicate with the Slave device. I am trying to fetch the product ID of the SLRC610 which is present in the 01h address of the EEPROM.I am receiving the continuous 0xFF as a response.&lt;/P&gt;&lt;P&gt;Could you please check and let me know the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 11:33:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2024811#M57491</guid>
      <dc:creator>sai-t</dc:creator>
      <dc:date>2025-01-09T11:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Interface between the LPC1227FBD48 wit the SLRC610 RFID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2026689#M57512</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/245013"&gt;@sai-t&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I recommend that you use a logic analyzer to capture signal and check where the problem occurs. If still can not solve, please send the signal picture to me, I help you check. Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 11:08:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2026689#M57512</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-01-13T11:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Interface between the LPC1227FBD48 wit the SLRC610 RFID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2027534#M57521</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;thanks for the reply we want to get the Product ID from address 0x01&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;using the code&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;SPI_ChipSelect(1);&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; // Send read command and address&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SPI_TransferJ(0x03); // Read command&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SPI_TransferJ(0x01);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;rdata = SPI_TransferJ(0x00); // Dummy write to read data&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;for (volatile int j = 0; j &amp;lt; 1000; j++);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SPI_ChipSelect(0);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 610px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/319505iD52A2F306079DD60/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;but on analyzer the data is shown different like on MOSI 0x03 become 0x06 (left sift ) can you look and update me what is going wrong from my side??&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Jan 2025 10:30:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2027534#M57521</guid>
      <dc:creator>sai-t</dc:creator>
      <dc:date>2025-01-14T10:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Interface between the LPC1227FBD48 wit the SLRC610 RFID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2033030#M57574</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/245013"&gt;@sai-t&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you send 0x03, yet the signal detected on the analyzer shows 0x06, you should first check the Data register (DR).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1737621424063.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/321052iAF4FBAE554C8DBA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1737621424063.png" alt="Alice_Yang_0-1737621424063.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;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 08:37:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2033030#M57574</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-01-23T08:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Interface between the LPC1227FBD48 wit the SLRC610 RFID</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2055944#M57826</link>
      <description>Can you please full code, I started this but not getting full details, I want to run FreeRTOS on LPC1227FBD48 mcu, If you have any idea or code can you please share with me.&lt;BR /&gt;If you share, its easy to modify next integration.&lt;BR /&gt;Thank you in advanced .</description>
      <pubDate>Wed, 05 Mar 2025 05:04:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-Interface-between-the-LPC1227FBD48-wit-the-SLRC610-RFID/m-p/2055944#M57826</guid>
      <dc:creator>ajit_s19871</dc:creator>
      <dc:date>2025-03-05T05:04:01Z</dc:date>
    </item>
  </channel>
</rss>

