<?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>S12 / MagniV Microcontrollers中的主题 Re: how to send 32 bit data with S12 SPI</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-send-32-bit-data-with-S12-SPI/m-p/252746#M9691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should use GPIO pin on the Master to toggle SS line (Slave Slelect, Chip Select) of the Slave and send two packets of 16-bit data or 4 packets of 8-bit.&lt;/P&gt;&lt;P&gt;Note that SS line on Slave is active low. When the transfer finishes, toggle it high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Sep 2013 13:31:44 GMT</pubDate>
    <dc:creator>iggi</dc:creator>
    <dc:date>2013-09-30T13:31:44Z</dc:date>
    <item>
      <title>how to send 32 bit data with S12 SPI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-send-32-bit-data-with-S12-SPI/m-p/252745#M9690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, there,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to send 32 bit data through SPI. I am using s12P. The datasheet says 8 or 16 bit transfer width. any thought?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 19:02:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-send-32-bit-data-with-S12-SPI/m-p/252745#M9690</guid>
      <dc:creator>keli</dc:creator>
      <dc:date>2013-09-26T19:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to send 32 bit data with S12 SPI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-send-32-bit-data-with-S12-SPI/m-p/252746#M9691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should use GPIO pin on the Master to toggle SS line (Slave Slelect, Chip Select) of the Slave and send two packets of 16-bit data or 4 packets of 8-bit.&lt;/P&gt;&lt;P&gt;Note that SS line on Slave is active low. When the transfer finishes, toggle it high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 13:31:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-send-32-bit-data-with-S12-SPI/m-p/252746#M9691</guid>
      <dc:creator>iggi</dc:creator>
      <dc:date>2013-09-30T13:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to send 32 bit data with S12 SPI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-send-32-bit-data-with-S12-SPI/m-p/252747#M9692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. That was the first thing pop up in my head. I am thinking of timing and reduce the overhead of CPU. Lock the interrupt may hurt other tasks. Driven by interrupt may introduce unexpected timing jitter. If the module could do the job, that would be wonderful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 13:52:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-send-32-bit-data-with-S12-SPI/m-p/252747#M9692</guid>
      <dc:creator>keli</dc:creator>
      <dc:date>2013-09-30T13:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to send 32 bit data with S12 SPI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-send-32-bit-data-with-S12-SPI/m-p/252748#M9693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, there isn't a 32-bit buffer, so SPI data width is 16-bit max.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 13:16:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/how-to-send-32-bit-data-with-S12-SPI/m-p/252748#M9693</guid>
      <dc:creator>iggi</dc:creator>
      <dc:date>2013-10-07T13:16:20Z</dc:date>
    </item>
  </channel>
</rss>

