<?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 / i2C setup in LPC55S69</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-i2C-setup-in-LPC55S69/m-p/1542210#M50477</link>
    <description>&lt;P&gt;Thank you Scott.&lt;/P&gt;</description>
    <pubDate>Sat, 22 Oct 2022 01:30:31 GMT</pubDate>
    <dc:creator>HappyDBG1</dc:creator>
    <dc:date>2022-10-22T01:30:31Z</dc:date>
    <item>
      <title>SPI / i2C setup in LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-i2C-setup-in-LPC55S69/m-p/1542149#M50473</link>
      <description>&lt;P&gt;Would like to have clarifications on Flexcomm and Pin Config setups on LPC55S69.&lt;/P&gt;&lt;P&gt;(1) In SPI mode, max of peripherals EACH Flexcomm's connection (FCs with SSEL0 and SSEL1) is only 2, but each&amp;nbsp;FC3/FC4/FC8 can connect up to 4 sensors ?&lt;/P&gt;&lt;P&gt;(2) In i2c mode, what's the max of peripherals for each FCx with pullups ?&lt;/P&gt;&lt;P&gt;(3) In GPIO Pin Configuration's Mode, does PullDown/Up setup reflect the board's HW, or will MCU will supply pullup/down based on settings ?&lt;/P&gt;&lt;P&gt;(4) In SPI mode Pin Configuration screen, can setup "Direction" be "Not specified" for MISO/ MOSI lines ? or do MISO pins have to be setup as Input (Master) or Output (Slave) and can't be changed ?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 20:41:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-i2C-setup-in-LPC55S69/m-p/1542149#M50473</guid>
      <dc:creator>HappyDBG1</dc:creator>
      <dc:date>2022-10-21T20:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: SPI / i2C setup in LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-i2C-setup-in-LPC55S69/m-p/1542162#M50474</link>
      <description>&lt;P&gt;I've only just started working with the LPC55S69 myself but I might be able to answer some of your questions.&lt;/P&gt;&lt;P&gt;The number of SPI SSEL outputs available is going to depend on the variant/package you've selected. If you've got a large number of devices you can always use GPIOs, but then you need to handle chip selection in your own code.&lt;/P&gt;&lt;P&gt;The number of I2C peripherals you can connect depends on the bus speed and the total capacitance. Table 32 of the datasheet (Dynamic characteristic: I2C-bus pins) gives some specifics.&lt;/P&gt;&lt;P&gt;In the GPIO configuration, the pull up / pull down settings select the internal pull-up resistors for the pin. Use those if you want the MCU to provide pull-up or pull-down.&lt;/P&gt;&lt;P&gt;Checking my own project, I see that I don't have direction specified for any of the SPI pins. The selected function should override the GPIO settings. Section 15.4.1 in the user's manual covers pin configuration.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 21:40:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-i2C-setup-in-LPC55S69/m-p/1542162#M50474</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2022-10-21T21:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: SPI / i2C setup in LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-i2C-setup-in-LPC55S69/m-p/1542197#M50475</link>
      <description>&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;Thank you for your speedy response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the setup is: MCU is the SPI Master, and several peripherals are setup as Slaves (typical setup), with one Slave per Flexcomm,&lt;/P&gt;&lt;P&gt;Is there an example code for SPI send / receive test?&amp;nbsp; The samples codes provided are from board-to-board.&lt;/P&gt;&lt;P&gt;Thanks again...&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 23:28:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-i2C-setup-in-LPC55S69/m-p/1542197#M50475</guid>
      <dc:creator>HappyDBG1</dc:creator>
      <dc:date>2022-10-21T23:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: SPI / i2C setup in LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-i2C-setup-in-LPC55S69/m-p/1542208#M50476</link>
      <description>&lt;P&gt;Those board-to-board demos&amp;nbsp;&lt;EM&gt;are&lt;/EM&gt; the send and receive demos. You ought to be able to write a test that uses two FlexComm modules on the same chip, where one is master and the other slave.&lt;/P&gt;&lt;P&gt;I'm still in the process of bringing up my first LPC55S69 prototype and all I've done with SPI is verify that I can read the device ID bytes from a SPI NOR flash. I started with the lpcxpresso55s69_spi_interrupt demo.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2022 01:16:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-i2C-setup-in-LPC55S69/m-p/1542208#M50476</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2022-10-22T01:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: SPI / i2C setup in LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-i2C-setup-in-LPC55S69/m-p/1542210#M50477</link>
      <description>&lt;P&gt;Thank you Scott.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2022 01:30:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPI-i2C-setup-in-LPC55S69/m-p/1542210#M50477</guid>
      <dc:creator>HappyDBG1</dc:creator>
      <dc:date>2022-10-22T01:30:31Z</dc:date>
    </item>
  </channel>
</rss>

