<?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: LTC2335-16 reference code</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1691017#M53527</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lpcxpresso54618_sctimer_simple_pwm :-&amp;nbsp;&lt;SPAN&gt;SCTimer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;lpcxpresso54618_pint_pin_interrupt&amp;nbsp; &amp;nbsp; &amp;nbsp; :-&lt;SPAN&gt;PINTx&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;lpcxpresso54608_spi_interrupt :-&lt;SPAN&gt;SPI&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can I use this example for my project.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2023 05:34:15 GMT</pubDate>
    <dc:creator>nithin3200</dc:creator>
    <dc:date>2023-07-24T05:34:15Z</dc:date>
    <item>
      <title>LTC2335-16 reference code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1687063#M53465</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to interface LTC2335-16 adc with LPCXpresso54628.For that is there any sample code is available. if not, then how I can interface?&lt;/P&gt;&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 04:03:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1687063#M53465</guid>
      <dc:creator>nithin3200</dc:creator>
      <dc:date>2023-07-13T04:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: LTC2335-16 reference code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1689022#M53500</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have downloaded the data sheet of LTC2335-16 Linear website.&lt;/P&gt;
&lt;P&gt;Because you want to interface with LPC54628, this is my suggestion. The LPC54628 has SCTimer, PINT and SPI module, I think you can connect the LPC54628 with LTC2335-16 in this way:&lt;/P&gt;
&lt;P&gt;1)you can use SCTimer to generate PWM signal and output it to SCTimer_OUTx and connect the SCTimer_OUTx to CNV pin of LTC2335-16 .&lt;/P&gt;
&lt;P&gt;2)Connect the Busy signal of LTC2335-16 to any GPIO pin of LPC54628, configure the GPIO pin as PINT0 triggering source, when the Busy signal is low, an PINT0 interrupt is triggered, the PINT0_ISR() function is executed.&lt;/P&gt;
&lt;P&gt;3)connect one SPI module of LPC54628 as master to LTC2335-16, in detail&lt;/P&gt;
&lt;P&gt;master SPI module of LPC54628 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; LTC2335-16&lt;/P&gt;
&lt;P&gt;/CS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /CS&lt;/P&gt;
&lt;P&gt;SCK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; SCKI&lt;/P&gt;
&lt;P&gt;MOSI&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; SDI&lt;/P&gt;
&lt;P&gt;MISO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SDO&lt;/P&gt;
&lt;P&gt;From software, you can write the SPI transmitter data register in PINT0_ISR()&amp;nbsp; to&amp;nbsp;&amp;nbsp; launch the SPI timing, you can use SPI polling mode to get the ADC result&lt;/P&gt;
&lt;P&gt;The PWM signal is used to control the ADC conversion rate&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>Thu, 20 Jul 2023 06:33:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1689022#M53500</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-07-20T06:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: LTC2335-16 reference code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1689062#M53503</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share the&amp;nbsp;&lt;SPAN&gt;LPC54628 has SCTimer sample code. So&amp;nbsp;i will have the better idea.&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;Nithin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 07:03:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1689062#M53503</guid>
      <dc:creator>nithin3200</dc:creator>
      <dc:date>2023-07-20T07:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: LTC2335-16 reference code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1689191#M53505</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Pls download SDK package of LPC54628 from the website:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There is PWM generation example and SPI master example in the SDK package&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;</description>
      <pubDate>Thu, 20 Jul 2023 08:32:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1689191#M53505</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-07-20T08:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: LTC2335-16 reference code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1689216#M53507</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;My design am using two LTC2335 adc and need to read every one millisecond this both adc and push data to a buffer.so how i switch this two adc ?&lt;/P&gt;&lt;P&gt;To send data to adc need to use control word so that i need to write PINTO_ISR() function one by one for two adc .and read data I need decode the data from polling method one by one. is that right?. if am wrong please tell me how to handle this two adc read write operation I millisecond.&lt;/P&gt;&lt;P&gt;your reference am sharing cnv pin. Sck 1khz, SC Timer pwm setting 1 khz.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nithin&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 08:58:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1689216#M53507</guid>
      <dc:creator>nithin3200</dc:creator>
      <dc:date>2023-07-20T08:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: LTC2335-16 reference code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1690902#M53522</link>
      <description>&lt;P&gt;Hi，&lt;/P&gt;
&lt;P&gt;The LPC54628 has multiple SPI modules, multiple Pint modules and the same SCTimer can output multiple PWM signals with the same PWM signal frequency.&lt;/P&gt;
&lt;P&gt;You can connect like:&lt;/P&gt;
&lt;P&gt;ADC0: one PWM&amp;nbsp; output signal from SCTimer as ADC conversion signal, the ADC0 Busy signal triggers for example PINT0 module, use SPI3 to transfer spi data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ADC1: another PWM&amp;nbsp; output signal from SCTimer as ADC1 conversion signal, the ADC1 Busy signal triggers for example PINT1 module, use SPI4 to transfer spi data.&lt;/P&gt;
&lt;P&gt;In this way, both the ADC0 and ADC1 work independently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it is helpful&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>Mon, 24 Jul 2023 02:43:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1690902#M53522</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-07-24T02:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: LTC2335-16 reference code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1690957#M53524</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you show me one example for&amp;nbsp;&lt;SPAN&gt;ADC0: one PWM&amp;nbsp; output signal from SCTimer as ADC conversion signal, the ADC0 Busy signal triggers for example PINT0 module, use SPI3 to transfer spi data.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 03:53:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1690957#M53524</guid>
      <dc:creator>nithin3200</dc:creator>
      <dc:date>2023-07-24T03:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: LTC2335-16 reference code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1690988#M53526</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As you know that all the SCTimer, PINTx and SPI all have the example, you have to assemble them in one project, and develop the code yourself&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 05:02:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1690988#M53526</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-07-24T05:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: LTC2335-16 reference code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1691017#M53527</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lpcxpresso54618_sctimer_simple_pwm :-&amp;nbsp;&lt;SPAN&gt;SCTimer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;lpcxpresso54618_pint_pin_interrupt&amp;nbsp; &amp;nbsp; &amp;nbsp; :-&lt;SPAN&gt;PINTx&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;lpcxpresso54608_spi_interrupt :-&lt;SPAN&gt;SPI&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can I use this example for my project.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 05:34:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1691017#M53527</guid>
      <dc:creator>nithin3200</dc:creator>
      <dc:date>2023-07-24T05:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: LTC2335-16 reference code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1691357#M53543</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your reference am using same spi for both adc&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 11:29:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1691357#M53543</guid>
      <dc:creator>nithin3200</dc:creator>
      <dc:date>2023-07-24T11:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: LTC2335-16 reference code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1691795#M53559</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I suppose that you have to use two SPI modules, each ADC requires one SPI module.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 03:12:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1691795#M53559</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-07-25T03:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: LTC2335-16 reference code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1691826#M53560</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the replay. Am sharing the spi pins for two adc(SDI,SDO,SCLK,CNV) chip select 1&amp;amp;2 and busy1&amp;amp;2 pins are given separately .&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 03:50:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LTC2335-16-reference-code/m-p/1691826#M53560</guid>
      <dc:creator>nithin3200</dc:creator>
      <dc:date>2023-07-25T03:50:12Z</dc:date>
    </item>
  </channel>
</rss>

