<?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>i.MX ProcessorsのトピックRe: i.MX287 using the SSP for SPI and data collection?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX287-using-the-SSP-for-SPI-and-data-collection/m-p/831705#M127738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately I am not aware of such examples, probably may help uboot patches&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-339506"&gt;How to enable SPI NOR boot for i.MX28 (Spansion s25fl256s)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2018 23:26:34 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-10-10T23:26:34Z</dc:date>
    <item>
      <title>i.MX287 using the SSP for SPI and data collection?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX287-using-the-SSP-for-SPI-and-data-collection/m-p/831704#M127737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman',serif; font-size: 11pt;"&gt;Does anyone have examples for the i.MX287 using the SSP for SPI and data collection? (Using FreeRTOS)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman',serif; font-size: 11pt;"&gt;This is my current configuration but I am getting no clock;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Times New Roman',serif;"&gt;HW_PINCTRL_MUXSEL5_bit.BANK2_PIN16 = 0; //&amp;nbsp;&amp;nbsp; Select SSP2_SCK&lt;BR /&gt;HW_PINCTRL_DRIVE10_bit.BANK2_PIN16_V = 1; // 3.3V&lt;BR /&gt;HW_PINCTRL_DRIVE10_bit.BANK2_PIN16_MA = 0; // Low drive strength&amp;nbsp;&lt;BR /&gt; HW_PINCTRL_MUXSEL5_bit.BANK2_PIN17 = 0; //&amp;nbsp;&amp;nbsp; Select SSP2_MOSI&lt;BR /&gt;HW_PINCTRL_PULL2_bit.BANK2_PIN17 = 1;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp; Enable internal pullup&lt;BR /&gt;HW_PINCTRL_DRIVE10_bit.BANK2_PIN17_V = 1; // 3.3V&lt;BR /&gt;HW_PINCTRL_DRIVE10_bit.BANK2_PIN17_MA = 0; // Low drive strength&amp;nbsp;&lt;BR /&gt; HW_PINCTRL_MUXSEL5_bit.BANK2_PIN18 = 0; //&amp;nbsp;&amp;nbsp; Select SSP2_MISO&lt;BR /&gt;HW_PINCTRL_PULL2_bit.BANK2_PIN18 = 1;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp; Enable internal pullup&lt;BR /&gt;HW_PINCTRL_DRIVE10_bit.BANK2_PIN18_V = 1; // 3.3V&lt;BR /&gt;HW_PINCTRL_DRIVE10_bit.BANK2_PIN18_MA = 0; // Low drive strength&amp;nbsp;&lt;BR /&gt;HW_PINCTRL_MUXSEL5_bit.BANK2_PIN19 = 0; //&amp;nbsp;&amp;nbsp; Select SSP2_SS0&lt;BR /&gt;HW_PINCTRL_PULL2_bit.BANK2_PIN19 = 1;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp; Enable internal pullup&lt;BR /&gt;HW_PINCTRL_DRIVE10_bit.BANK2_PIN19_V = 1; // 3.3V&lt;BR /&gt;HW_PINCTRL_DRIVE10_bit.BANK2_PIN19_MA = 0; // Low drive strength&amp;nbsp;&lt;BR /&gt; HW_SSP2_CTRL0_bit.RUN = 1;&lt;BR /&gt;HW_SSP2_CTRL0_bit.LOCK_CS = 1;&lt;BR /&gt;HW_SSP2_CTRL0_bit.READ = 0;&lt;BR /&gt;HW_SSP2_CTRL0_bit.DATA_XFER = 0;&lt;BR /&gt;HW_SSP2_CTRL0_bit.BUS_WIDTH = 0;&lt;BR /&gt;HW_SSP2_CTRL0_bit.WAIT_FOR_IRQ = 0;&lt;BR /&gt;HW_SSP2_CTRL0_bit.WAIT_FOR_CMD = 0;&lt;BR /&gt;HW_CLKCTRL_CLKSEQ_bit.BYPASS_SSP2 = 0;&lt;BR /&gt;HW_SSP2_TIMING_bit.TIMEOUT = 1000;&lt;BR /&gt;HW_SSP2_TIMING_bit.CLOCK_DIVIDE = 100;&lt;BR /&gt;HW_SSP2_TIMING_bit.CLOCK_RATE = 50;&lt;BR /&gt;HW_SSP2_CTRL1_bit.SLAVE_OUT_DISABLE = 1;&lt;BR /&gt;HW_SSP2_CTRL1_bit.SLAVE_MODE = 0;&lt;BR /&gt;HW_SSP2_CTRL1_bit.PHASE = 0;&lt;BR /&gt;HW_SSP2_CTRL1_bit.POLARITY = 0;&lt;BR /&gt;HW_SSP2_CTRL1_bit.SSP_MODE = 0;&lt;BR /&gt;HW_SSP2_CTRL1_bit.WORD_LENGTH = 3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 15:12:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX287-using-the-SSP-for-SPI-and-data-collection/m-p/831704#M127737</guid>
      <dc:creator>danbocko</dc:creator>
      <dc:date>2018-10-05T15:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX287 using the SSP for SPI and data collection?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX287-using-the-SSP-for-SPI-and-data-collection/m-p/831705#M127738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately I am not aware of such examples, probably may help uboot patches&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-339506"&gt;How to enable SPI NOR boot for i.MX28 (Spansion s25fl256s)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 23:26:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX287-using-the-SSP-for-SPI-and-data-collection/m-p/831705#M127738</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-10-10T23:26:34Z</dc:date>
    </item>
  </channel>
</rss>

