<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックDSPI as GPIO register/pin relationship in MCF5445x</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/DSPI-as-GPIO-register-pin-relationship-in-MCF5445x/m-p/182752#M7490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to debug some things by bit-banging the DSPI pins on my board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While doing so, I think I found a problem in the documentation of the DSPI Pin Assignment Register PAR_DSPI (page 16-28/PDF 368) of MCF54455RM Rev. 5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The documentation reads:&lt;/P&gt;&lt;P&gt;Bit 0: PAR_SCK&lt;/P&gt;&lt;P&gt;Bit 1: PAR_SOUT&lt;/P&gt;&lt;P&gt;Bit 2: PAR_SIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I think it should be&lt;/P&gt;&lt;P&gt;Bit 0: PAR_SOUT&lt;/P&gt;&lt;P&gt;Bit 1: PAR_SIN&lt;/P&gt;&lt;P&gt;Bit 2: PAR_SCK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody confirm this, or do I have to debug further?&lt;BR /&gt;(I also have a simple serial flash connected to DSPI and can access it using the DSPI peripheral, so the pinout in our layout should be correct.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Mar 2010 20:48:31 GMT</pubDate>
    <dc:creator>w_wegner</dc:creator>
    <dc:date>2010-03-12T20:48:31Z</dc:date>
    <item>
      <title>DSPI as GPIO register/pin relationship in MCF5445x</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/DSPI-as-GPIO-register-pin-relationship-in-MCF5445x/m-p/182752#M7490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to debug some things by bit-banging the DSPI pins on my board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While doing so, I think I found a problem in the documentation of the DSPI Pin Assignment Register PAR_DSPI (page 16-28/PDF 368) of MCF54455RM Rev. 5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The documentation reads:&lt;/P&gt;&lt;P&gt;Bit 0: PAR_SCK&lt;/P&gt;&lt;P&gt;Bit 1: PAR_SOUT&lt;/P&gt;&lt;P&gt;Bit 2: PAR_SIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I think it should be&lt;/P&gt;&lt;P&gt;Bit 0: PAR_SOUT&lt;/P&gt;&lt;P&gt;Bit 1: PAR_SIN&lt;/P&gt;&lt;P&gt;Bit 2: PAR_SCK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody confirm this, or do I have to debug further?&lt;BR /&gt;(I also have a simple serial flash connected to DSPI and can access it using the DSPI peripheral, so the pinout in our layout should be correct.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 20:48:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/DSPI-as-GPIO-register-pin-relationship-in-MCF5445x/m-p/182752#M7490</guid>
      <dc:creator>w_wegner</dc:creator>
      <dc:date>2010-03-12T20:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: DSPI as GPIO register/pin relationship in MCF5445x</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/DSPI-as-GPIO-register-pin-relationship-in-MCF5445x/m-p/182753#M7491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now I found where this confusion originates from:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The pin/GPIO index is correct in the &amp;nbsp;external signal description (pp. 2-2ff, 16-4ff), but the mapping in the corresponding PAR_xxx register is different for some units (namely, SSI and DSPI, pp. 16-28f, 16-34).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be nice if freescale could comment on this (and leave a comment in the datasheet) if this different mapping is really intentional or to correct the PAR_xxx bit definitions to clarify this part of documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 17:51:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/DSPI-as-GPIO-register-pin-relationship-in-MCF5445x/m-p/182753#M7491</guid>
      <dc:creator>w_wegner</dc:creator>
      <dc:date>2010-04-08T17:51:48Z</dc:date>
    </item>
  </channel>
</rss>

