<?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 LPC55S69 and SPI in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-and-SPI/m-p/1371372#M47004</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm working on a LPC55S69 and I use it as a slave-SPI (connected by a back panel with a board with master-SPI). Because of noise on the SPI, I sometimes have checksum errors on the exchanged frames between both. I wonder if I can use glitch filter on the SPI-bus ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the following pins for the slave-SPI :&lt;/P&gt;&lt;P&gt;SCK on PIO 0_6&lt;/P&gt;&lt;P&gt;MOSI on PIO 0_3&lt;/P&gt;&lt;P&gt;MISO on PIO 0_2&lt;/P&gt;&lt;P&gt;SSEL0 on PIO 0_4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jean-Marc&lt;/P&gt;</description>
    <pubDate>Mon, 15 Nov 2021 14:01:41 GMT</pubDate>
    <dc:creator>jean-marcrouxel</dc:creator>
    <dc:date>2021-11-15T14:01:41Z</dc:date>
    <item>
      <title>LPC55S69 and SPI</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-and-SPI/m-p/1371372#M47004</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm working on a LPC55S69 and I use it as a slave-SPI (connected by a back panel with a board with master-SPI). Because of noise on the SPI, I sometimes have checksum errors on the exchanged frames between both. I wonder if I can use glitch filter on the SPI-bus ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the following pins for the slave-SPI :&lt;/P&gt;&lt;P&gt;SCK on PIO 0_6&lt;/P&gt;&lt;P&gt;MOSI on PIO 0_3&lt;/P&gt;&lt;P&gt;MISO on PIO 0_2&lt;/P&gt;&lt;P&gt;SSEL0 on PIO 0_4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jean-Marc&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 14:01:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-and-SPI/m-p/1371372#M47004</guid>
      <dc:creator>jean-marcrouxel</dc:creator>
      <dc:date>2021-11-15T14:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 and SPI</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-and-SPI/m-p/1374535#M47056</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/133087"&gt;@jean-marcrouxel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hoping you are doing well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The answer to your question is yes, you can use the glitch filter on the SPI-bus by enabling the corresponding bits in the IOCON register.&lt;/P&gt;
&lt;P&gt;Please take in consideration that SPI glitch filter is only a 50ns glitch filter.&lt;/P&gt;
&lt;P&gt;You can refer to the pages 685-686 on the user manual for this part number: &lt;A href="https://www.nxp.com/webapp/Download?colCode=UM11126" target="_blank"&gt;User Manual LPC55S69&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this is what you are looking for, please let me know If you have more questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;Pablo Avalos.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 20:02:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-and-SPI/m-p/1374535#M47056</guid>
      <dc:creator>PabloAvalos</dc:creator>
      <dc:date>2021-11-19T20:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 and SPI</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-and-SPI/m-p/1374602#M47057</link>
      <description>&lt;P&gt;Hi Pablo,&lt;/P&gt;&lt;P&gt;thank you for your reply. Did you do the test one time ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw these pages too but for me, this SPI configuration is just possible for some IO but not all.&lt;/P&gt;&lt;P&gt;When you see the page 338, we can see that the pins whose type is "I" (PIO0_13 et PIO0_14) can only be configured with glitch filter and these are not the pins I'm using for the SPI. Did you understand the same thing ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sat, 20 Nov 2021 09:30:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-and-SPI/m-p/1374602#M47057</guid>
      <dc:creator>jean-marcrouxel</dc:creator>
      <dc:date>2021-11-20T09:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 and SPI</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-and-SPI/m-p/1376633#M47110</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/133087"&gt;@jean-marcrouxel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, certainly the pins whose type is Type I are only capable to have the glitch filter enabled, so the glitch filter that you are trying to setup for those pins (PIO0_2, PIO0_3, PIO0_4 and PIO0_6) is not possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if you have more questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;Pablo Avalos.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 01:18:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-and-SPI/m-p/1376633#M47110</guid>
      <dc:creator>PabloAvalos</dc:creator>
      <dc:date>2021-11-25T01:18:23Z</dc:date>
    </item>
  </channel>
</rss>

