<?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>topic Re: eTPU function selector doesn't contain SPI function for slave mode. Where can I download eTPU SPI slave mode example? in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/eTPU-function-selector-doesn-t-contain-SPI-function-for-slave/m-p/867872#M12778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, eTPU SPI function offers only master mode.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72325i541E2E3C19F7C2FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2019 14:19:33 GMT</pubDate>
    <dc:creator>davidtosenovjan</dc:creator>
    <dc:date>2019-02-18T14:19:33Z</dc:date>
    <item>
      <title>eTPU function selector doesn't contain SPI function for slave mode. Where can I download eTPU SPI slave mode example?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/eTPU-function-selector-doesn-t-contain-SPI-function-for-slave/m-p/867871#M12777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) eTPU function selector&lt;A class="link-titled" href="https://www.nxp.com/webapp/etpu/" title="https://www.nxp.com/webapp/etpu/"&gt; https://www.nxp.com/webapp/etpu/&lt;/A&gt; contains example only for eTPU SPI master mode function. Example code for mpc5777c contains only binary etpu micro-program in the etpu_code array variable and I have no ideas how to change it to adopt eTPU SPI to slave mode. (no pseudo-code or another logic that can be translated to binary code) But it is required etpu spi slave mode api/example. Can you provide me the slave mode etpu SPI api/example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; Also etpu-c spi example for mpc5777c doesn't contain some files mentioned in the readme.txt (fetched form downloaded zip-archive) - util\init_template\etpu_gct.c, util\init_template\etpu_gct.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Document related with eTPU SPI - AN2847 contains the references to the some source code files (spi_ppc_example.h, spi_ppc_example.c, spi_mcf_example.h, spi_mcf_example.c, spi_mcf_example_global_etpu_gct.h, spi_mcf_example_global_etpu_gct.c) that are absent in target zip-files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2019 13:31:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/eTPU-function-selector-doesn-t-contain-SPI-function-for-slave/m-p/867871#M12777</guid>
      <dc:creator>alexey_bezgodko</dc:creator>
      <dc:date>2019-02-15T13:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: eTPU function selector doesn't contain SPI function for slave mode. Where can I download eTPU SPI slave mode example?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/eTPU-function-selector-doesn-t-contain-SPI-function-for-slave/m-p/867872#M12778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, eTPU SPI function offers only master mode.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72325i541E2E3C19F7C2FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 14:19:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/eTPU-function-selector-doesn-t-contain-SPI-function-for-slave/m-p/867872#M12778</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2019-02-18T14:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: eTPU function selector doesn't contain SPI function for slave mode. Where can I download eTPU SPI slave mode example?</title>
      <link>https://community.nxp.com/t5/MPC5xxx/eTPU-function-selector-doesn-t-contain-SPI-function-for-slave/m-p/867873#M12779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An enhanced SPI eTPU driver that supports both master and slave configurations can be found at&amp;nbsp;&lt;A class="link-titled" href="https://github.com/jddiener/SPI-eTPU" title="https://github.com/jddiener/SPI-eTPU"&gt;GitHub - jddiener/SPI-eTPU: This project is a SPI eTPU driver that includes many enhancements beyond the original NXP SP…&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 23:27:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/eTPU-function-selector-doesn-t-contain-SPI-function-for-slave/m-p/867873#M12779</guid>
      <dc:creator>johndiener</dc:creator>
      <dc:date>2020-08-10T23:27:46Z</dc:date>
    </item>
  </channel>
</rss>

