<?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 code for MAX6675 + k-type thermouple SPI interface on my KW41Z in MCUXpresso in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/code-for-MAX6675-k-type-thermouple-SPI-interface-on-my-KW41Z-in/m-p/888151#M52531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to code for MAX6675 + k-type thermouple SPI interface on my KW41Z in MCUXpresso. I have written SPI code in MBED and its self explanatory with their API descriptions, however i'm having trouble translating simple commands and I cant find the related API descriptions in the sea of information. For example, i used mbed.h's DigitalOut to set a pin high or low and i cant find the api for mcuxpresso. Can anyone help me find a user guide for people who are new to mcuxpresso? I have downloaded novels of instruction manuals and i have no idea how to program simple commands. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2019 00:49:42 GMT</pubDate>
    <dc:creator>bwg17</dc:creator>
    <dc:date>2019-02-07T00:49:42Z</dc:date>
    <item>
      <title>code for MAX6675 + k-type thermouple SPI interface on my KW41Z in MCUXpresso</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/code-for-MAX6675-k-type-thermouple-SPI-interface-on-my-KW41Z-in/m-p/888151#M52531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to code for MAX6675 + k-type thermouple SPI interface on my KW41Z in MCUXpresso. I have written SPI code in MBED and its self explanatory with their API descriptions, however i'm having trouble translating simple commands and I cant find the related API descriptions in the sea of information. For example, i used mbed.h's DigitalOut to set a pin high or low and i cant find the api for mcuxpresso. Can anyone help me find a user guide for people who are new to mcuxpresso? I have downloaded novels of instruction manuals and i have no idea how to program simple commands. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 00:49:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/code-for-MAX6675-k-type-thermouple-SPI-interface-on-my-KW41Z-in/m-p/888151#M52531</guid>
      <dc:creator>bwg17</dc:creator>
      <dc:date>2019-02-07T00:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: code for MAX6675 + k-type thermouple SPI interface on my KW41Z in MCUXpresso</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/code-for-MAX6675-k-type-thermouple-SPI-interface-on-my-KW41Z-in/m-p/888152#M52532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By simple commands, you mean the ones for the MAX6675?&amp;nbsp;Have you tried some of the available examples in the SDK regarding the SPI communication of the KW41Z with SPI? I see that you have some MBED code, but just to verify the communication, could you please try with the driver examples either the interrupt or the polling one?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Are you using the development kit?&amp;nbsp;Or is it your own board?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 20:46:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/code-for-MAX6675-k-type-thermouple-SPI-interface-on-my-KW41Z-in/m-p/888152#M52532</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-02-07T20:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: code for MAX6675 + k-type thermouple SPI interface on my KW41Z in MCUXpresso</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/code-for-MAX6675-k-type-thermouple-SPI-interface-on-my-KW41Z-in/m-p/888153#M52533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Estephania,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not tried the interrupt or polling drivers. I will today. First thing need to know is the API to make a pin go high or low. The pin is already initialized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2019 18:06:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/code-for-MAX6675-k-type-thermouple-SPI-interface-on-my-KW41Z-in/m-p/888153#M52533</guid>
      <dc:creator>bwg17</dc:creator>
      <dc:date>2019-02-09T18:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: code for MAX6675 + k-type thermouple SPI interface on my KW41Z in MCUXpresso</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/code-for-MAX6675-k-type-thermouple-SPI-interface-on-my-KW41Z-in/m-p/888154#M52534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are just getting started with the KW41Z you can check first the driver examples the one for the GPIO setting, either pin interrupts&amp;nbsp;or the led output one. I'm not sure if you are looking&amp;nbsp;for a toggle or a clear or set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please check the fsl_gpio .h file?&amp;nbsp;You can find the different pin APIs available.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 14:47:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/code-for-MAX6675-k-type-thermouple-SPI-interface-on-my-KW41Z-in/m-p/888154#M52534</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-02-11T14:47:25Z</dc:date>
    </item>
  </channel>
</rss>

