<?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>Kinetis Microcontrollersのトピック33664 Implementation with Arduino</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/33664-Implementation-with-Arduino/m-p/1774491#M65784</link>
    <description>&lt;P&gt;I am using an Arduino nano esp32 as a microcontroller for my 33664. The schematic is as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kyle4_0-1702534337194.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/254329i12FC41BDE93FEFE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Kyle4_0-1702534337194.png" alt="Kyle4_0-1702534337194.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I typically use the SPI.h library for SPI communication with arduino devices, but obviously I cannot use that library in this instance as the implementation here is DUAL-SPI rather than regular SPI. I have looked into the SPI.h library itself to understand the functions so that I can write a custom driver but I am lost as to how I can implement my own functions properly. This is the implementation which I am trying to achieve:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kyle4_0-1702533766229.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/254324i5E543E9F17FBE4AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Kyle4_0-1702533766229.png" alt="Kyle4_0-1702533766229.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've read through the lengthy documentation for both of these chips but I am still empty handed as far as code implementation for the micro-controller. I would greatly appreciate any advice / insight to my issue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 07:01:12 GMT</pubDate>
    <dc:creator>Kyle4</dc:creator>
    <dc:date>2023-12-14T07:01:12Z</dc:date>
    <item>
      <title>33664 Implementation with Arduino</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/33664-Implementation-with-Arduino/m-p/1774491#M65784</link>
      <description>&lt;P&gt;I am using an Arduino nano esp32 as a microcontroller for my 33664. The schematic is as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kyle4_0-1702534337194.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/254329i12FC41BDE93FEFE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Kyle4_0-1702534337194.png" alt="Kyle4_0-1702534337194.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I typically use the SPI.h library for SPI communication with arduino devices, but obviously I cannot use that library in this instance as the implementation here is DUAL-SPI rather than regular SPI. I have looked into the SPI.h library itself to understand the functions so that I can write a custom driver but I am lost as to how I can implement my own functions properly. This is the implementation which I am trying to achieve:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kyle4_0-1702533766229.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/254324i5E543E9F17FBE4AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Kyle4_0-1702533766229.png" alt="Kyle4_0-1702533766229.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've read through the lengthy documentation for both of these chips but I am still empty handed as far as code implementation for the micro-controller. I would greatly appreciate any advice / insight to my issue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 07:01:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/33664-Implementation-with-Arduino/m-p/1774491#M65784</guid>
      <dc:creator>Kyle4</dc:creator>
      <dc:date>2023-12-14T07:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: 33664 Implementation with Arduino</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/33664-Implementation-with-Arduino/m-p/1775380#M65793</link>
      <description>&lt;P&gt;We have software for reference you can download:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/sps/download/preDownload.jsp" target="_blank"&gt;BCC SW Driver Package for MC33771C and MC33772C(Lite Version) (nxp.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 07:20:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/33664-Implementation-with-Arduino/m-p/1775380#M65793</guid>
      <dc:creator>guoweisun</dc:creator>
      <dc:date>2023-12-15T07:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: 33664 Implementation with Arduino</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/33664-Implementation-with-Arduino/m-p/1786617#M65929</link>
      <description>&lt;P&gt;Thank you for the response. Do you have any software references for the microcontroller implementation? Since the MCU connects to the 33664 through dual-SPI, which connects to the 33771 through TPL, I need to know what SPI messages to send and expect back from the 33664/33771.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 00:07:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/33664-Implementation-with-Arduino/m-p/1786617#M65929</guid>
      <dc:creator>Kyle4</dc:creator>
      <dc:date>2024-01-11T00:07:21Z</dc:date>
    </item>
  </channel>
</rss>

