<?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: LPC43S57 SPI2 Max frequency is limited to 7Mhz in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-SPI2-Max-frequency-is-limited-to-7Mhz/m-p/1785899#M55121</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;XiangJun rong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using the SPI peripheral in LPC43S57 with Keil IDE. &lt;/SPAN&gt;&lt;SPAN&gt;I don't have any option to set the FIFO mode. But when we used SSP0 on the same pins as SPI, It worked fine and I was able to set more than 25Mhz as specified in the data sheet. Whereas for SPI peripheral, the data sheet says we can go all the way up to 25Mhz but I am not able to achieve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Punith P&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2024 08:40:39 GMT</pubDate>
    <dc:creator>Punithintelli</dc:creator>
    <dc:date>2024-01-10T08:40:39Z</dc:date>
    <item>
      <title>LPC43S57 SPI2 Max frequency is limited to 7Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-SPI2-Max-frequency-is-limited-to-7Mhz/m-p/1785225#M55114</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I am trying to use the SPI2 on LPC43S57 and when ever I try to configure the SPI speed more than the 7Mhz the SPI interrupt handler itself is not getting triggered. If I configure below 7Mhz it works fine.&lt;/P&gt;&lt;P&gt;The core clock is configured at 204Mhz.&lt;/P&gt;&lt;P&gt;Could any one help me out on this.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 10:50:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-SPI2-Max-frequency-is-limited-to-7Mhz/m-p/1785225#M55114</guid>
      <dc:creator>Punithintelli</dc:creator>
      <dc:date>2024-01-09T10:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43S57 SPI2 Max frequency is limited to 7Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-SPI2-Max-frequency-is-limited-to-7Mhz/m-p/1785643#M55118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suppose that you use interrupt mode to write data to SPI transmit register and read from SPI receiver register.&lt;/P&gt;
&lt;P&gt;I suppose that the CPU is overloaded, because the SPI ISR triggering frequency is too fast for cpu to handle.&lt;/P&gt;
&lt;P&gt;You can use FIFO mode,&amp;nbsp; set the watermark level to a large value. In the ISR, check the FIFO level, write multiple data to transmit FIFO, read multiple data from receiver FIFO. In this way, the CPU load can be reduced.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 02:34:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-SPI2-Max-frequency-is-limited-to-7Mhz/m-p/1785643#M55118</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-01-10T02:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43S57 SPI2 Max frequency is limited to 7Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-SPI2-Max-frequency-is-limited-to-7Mhz/m-p/1785899#M55121</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;XiangJun rong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using the SPI peripheral in LPC43S57 with Keil IDE. &lt;/SPAN&gt;&lt;SPAN&gt;I don't have any option to set the FIFO mode. But when we used SSP0 on the same pins as SPI, It worked fine and I was able to set more than 25Mhz as specified in the data sheet. Whereas for SPI peripheral, the data sheet says we can go all the way up to 25Mhz but I am not able to achieve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Punith P&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 08:40:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-SPI2-Max-frequency-is-limited-to-7Mhz/m-p/1785899#M55121</guid>
      <dc:creator>Punithintelli</dc:creator>
      <dc:date>2024-01-10T08:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43S57 SPI2 Max frequency is limited to 7Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-SPI2-Max-frequency-is-limited-to-7Mhz/m-p/1789150#M55149</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;XiangJun rong,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any update on the above Issue.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Punith P&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 05:26:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-SPI2-Max-frequency-is-limited-to-7Mhz/m-p/1789150#M55149</guid>
      <dc:creator>Punithintelli</dc:creator>
      <dc:date>2024-01-16T05:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43S57 SPI2 Max frequency is limited to 7Mhz</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-SPI2-Max-frequency-is-limited-to-7Mhz/m-p/1789957#M55164</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As you know that that the interrupt mode takes a lot of time to push/pop registers, jump/exit to ISR, so the entering/exiting interrupt frequency can not be high. If you use FIFO mode, which can reduce interrupt frequency.&lt;/P&gt;
&lt;P&gt;But the SPI module of LPC43S57 does not support FIFO mode, does not support DMA mode either.&lt;/P&gt;
&lt;P&gt;Sorry for not helping you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 04:58:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S57-SPI2-Max-frequency-is-limited-to-7Mhz/m-p/1789957#M55164</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-01-17T04:58:53Z</dc:date>
    </item>
  </channel>
</rss>

