<?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>Wireless MCUのトピックRe: SPI1 Initialization in FRDMKW-38 HRS demo code</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257741#M10985</link>
    <description>&lt;P&gt;Please share any demo code for SPI1 interfacing in mkw-38...&lt;/P&gt;</description>
    <pubDate>Wed, 07 Apr 2021 07:31:31 GMT</pubDate>
    <dc:creator>Jangra</dc:creator>
    <dc:date>2021-04-07T07:31:31Z</dc:date>
    <item>
      <title>SPI1 Initialization in FRDMKW-38 HRS demo code</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1256957#M10974</link>
      <description>Hello sir, How to use SPI1 instead of UART in HRS demo code (FRDMKW-38) .....?</description>
      <pubDate>Tue, 06 Apr 2021 05:05:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1256957#M10974</guid>
      <dc:creator>Jangra</dc:creator>
      <dc:date>2021-04-06T05:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1 Initialization in FRDMKW-38 HRS demo code</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257025#M10975</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;What information do you want to send using spi? You can put your spi initialization in function 'BleApp_Init'.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 06:44:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257025#M10975</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-04-06T06:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1 Initialization in FRDMKW-38 HRS demo code</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257058#M10976</link>
      <description>&lt;P&gt;I want to communicate with lizard using SPI .&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 07:26:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257058#M10976</guid>
      <dc:creator>Jangra</dc:creator>
      <dc:date>2021-04-06T07:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1 Initialization in FRDMKW-38 HRS demo code</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257593#M10981</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can create a timer to call the spi read/write function at the fixed duration to communicate with your device. Using&amp;nbsp;TMR_AllocateTimer to allocate the timer ID. Using&amp;nbsp;TMR_StartLowPowerTimer to start the timer. And you should define the callback function as parameter to give the&amp;nbsp;TMR_StartLowPowerTimer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 02:08:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257593#M10981</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-04-07T02:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1 Initialization in FRDMKW-38 HRS demo code</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257643#M10982</link>
      <description>&lt;P&gt;Hello sir,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Actually i am learner so could you please help me from where should i start in code ?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 03:58:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257643#M10982</guid>
      <dc:creator>Jangra</dc:creator>
      <dc:date>2021-04-07T03:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1 Initialization in FRDMKW-38 HRS demo code</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257649#M10983</link>
      <description>&lt;P&gt;Or you can share demo code if you have because which RF IC i am using that is also manufactured by NXP .&lt;/P&gt;&lt;P&gt;I want to receive data using lizard RF IC which is communicating via SPI with MKW38 and send data to mobile application Using Bluetooth.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 04:25:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257649#M10983</guid>
      <dc:creator>Jangra</dc:creator>
      <dc:date>2021-04-07T04:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1 Initialization in FRDMKW-38 HRS demo code</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257672#M10984</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In common, you should follow this link &lt;A href="https://community.nxp.com/t5/Wireless-Connectivity-Knowledge/Creating-a-custom-profile-using-NXP-BLE-stack-Server/ta-p/1118896" target="_self"&gt;custom_profile.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to see the results quickly, you can try this. The hrs example send the random number to mobile in function 'TimerMeasurementCallback'. So in this function, you can add the spi read to read your RF IC data.&amp;nbsp; &amp;nbsp;Then use 'Hrs_RecordHeartRateMeasurement' to send the data. I have told you where to put the spi initial.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first way, if you use our app iot tool box, you won't see the results. You should use the app nrf connect. It will show you the new profile you configure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 05:38:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257672#M10984</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-04-07T05:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1 Initialization in FRDMKW-38 HRS demo code</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257741#M10985</link>
      <description>&lt;P&gt;Please share any demo code for SPI1 interfacing in mkw-38...&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 07:31:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1257741#M10985</guid>
      <dc:creator>Jangra</dc:creator>
      <dc:date>2021-04-07T07:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1 Initialization in FRDMKW-38 HRS demo code</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1258430#M10988</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Sorry, we do not have the demo. We have the spi example in 'boards\frdmkw38\driver_examples\dspi'.&lt;/P&gt;
&lt;P&gt;You have to porting it to the ble project.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 01:47:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1258430#M10988</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-04-08T01:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1 Initialization in FRDMKW-38 HRS demo code</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1258500#M10989</link>
      <description>&lt;P&gt;okey,,,,,,,,,,,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you sir......&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 03:33:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/SPI1-Initialization-in-FRDMKW-38-HRS-demo-code/m-p/1258500#M10989</guid>
      <dc:creator>Jangra</dc:creator>
      <dc:date>2021-04-08T03:33:32Z</dc:date>
    </item>
  </channel>
</rss>

