<?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>S32K中的主题 Re: Data logging on SD card using S32K144</title>
    <link>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1204313#M9395</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I downloaded the sdk. I found the lpspi drivers however I could not find any sd card driver for S32K144. Examples are also not available for sd card.&lt;/P&gt;&lt;P&gt;Can you suggest a way to move forward?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mrudula&lt;/P&gt;</description>
    <pubDate>Sat, 26 Dec 2020 04:27:25 GMT</pubDate>
    <dc:creator>Mrudula</dc:creator>
    <dc:date>2020-12-26T04:27:25Z</dc:date>
    <item>
      <title>Data logging on SD card using S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1204155#M9388</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/72088"&gt;@mariuslucianand&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;DIV&gt;I want to use a micro SD card for data logging with the S32k144 controller. I read your posts on&amp;nbsp;&lt;A href="https://community.nxp.com/t5/NXP-Model-Based-Design-Tools/SD-card-logging-for-S32K144-using-Simulink/td-p/1053060" target="_self"&gt;https://community.nxp.com/t5/NXP-Model-Based-Design-Tools/SD-card-logging-for-S32K144-using-Simulink/td-p/1053060&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have the fatfs files but I need help with the SD card communication using spi. I checked out Kerry's posts too:&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/Are-there-any-examples-for-implementing-an-SD-card-with-the/m-p/745970/thread-id/30083" target="_self"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/Are-there-any-examples-for-implementing-an-SD-card-with-the/m-p/745970/thread-id/30083&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;A href="https://community.nxp.com/t5/Kinetis-Microcontrollers/Porting-FatFs-file-system-to-KL26-SPI-SD-card-code/ta-p/1111095" target="_self"&gt;https://community.nxp.com/t5/Kinetis-Microcontrollers/Porting-FatFs-file-system-to-KL26-SPI-SD-card-code/ta-p/1111095&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It would be of great help if the header files were available because t&lt;SPAN&gt;he following function and Macros have not been defined in the code:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;System_init();&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (in main.c)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;spiInit();&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;(in main.c)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;MMCCSD_CID();&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(in diskio.c)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;MMC_CS_SET();&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(in MMCCS())&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;MMC_CS_SET();&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;(in MMCCS())&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV&gt;&lt;SPAN&gt;Macros in the SD card code:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;SD_TYPE_V2HC&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;SD_Type&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;SPI_S_SPTEF_MASK&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;SPI_S_SPRF_MASK&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;SPI0_BASE_PTR-&amp;gt;BR&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Mrudula&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Dec 2020 15:00:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1204155#M9388</guid>
      <dc:creator>Mrudula</dc:creator>
      <dc:date>2020-12-24T15:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data logging on SD card using S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1204201#M9390</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_10" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181761" target="_self"&gt;Mrudula&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; S32K144 should have the related SD card driver SDK, you don't need to use my post code, that is based on the baremetal.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;You can check the S32K144 SDK code at first.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Kerry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 01:39:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1204201#M9390</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-12-25T01:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data logging on SD card using S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1204313#M9395</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I downloaded the sdk. I found the lpspi drivers however I could not find any sd card driver for S32K144. Examples are also not available for sd card.&lt;/P&gt;&lt;P&gt;Can you suggest a way to move forward?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mrudula&lt;/P&gt;</description>
      <pubDate>Sat, 26 Dec 2020 04:27:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1204313#M9395</guid>
      <dc:creator>Mrudula</dc:creator>
      <dc:date>2020-12-26T04:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data logging on SD card using S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1204441#M9400</link>
      <description>&lt;P&gt;Hi &lt;A id="link_10" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181761" target="_self"&gt;&lt;SPAN class=""&gt;Mrudula&lt;/SPAN&gt;&lt;/A&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Now, I mainly support the RT and kinetis product, not the S32K144, so I also don't have your chip related driver.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;But if you want to refer to the Kinetis SPI SD card driver, I attach it for your reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Wish it helps you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;But you need to modify the related SPI driver to your own chip driver, you need to make sure the chip SPI operation is correct, then add the SD card init, write, read etc, then add the fatfs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 06:27:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1204441#M9400</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-12-28T06:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data logging on SD card using S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1743466#M28006</link>
      <description>&lt;P&gt;hi Mrudula ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My name is Arjun,&lt;/P&gt;&lt;P&gt;Can u plz help me for the same , if u got the SD card driver.&lt;/P&gt;&lt;P&gt;I am using free RTOS withs32k146.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 07:04:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1743466#M28006</guid>
      <dc:creator>Arjun47</dc:creator>
      <dc:date>2023-10-20T07:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data logging on SD card using S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1744297#M28063</link>
      <description>&lt;P&gt;Please create your own question post, then our Auto MCU engineer will help you, thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 08:07:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1744297#M28063</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-10-23T08:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data logging on SD card using S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1755434#M28540</link>
      <description>&lt;P&gt;Hi Kerryzou&lt;/P&gt;&lt;P&gt;Please help me to develop SDMMC card driver on S32k146, i am using free RTOS on s32 design studio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 07:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1755434#M28540</guid>
      <dc:creator>Arjun47</dc:creator>
      <dc:date>2023-11-10T07:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data logging on SD card using S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1755508#M28546</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224624"&gt;@Arjun47&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Please create a new question post about it, then our auto mcu engineer will help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I mainly support the I.MX RT product, thanks.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 08:59:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1755508#M28546</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-11-10T08:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data logging on SD card using S32K144</title>
      <link>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1756071#M28581</link>
      <description>&lt;P&gt;ok&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 07:28:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Data-logging-on-SD-card-using-S32K144/m-p/1756071#M28581</guid>
      <dc:creator>Arjun47</dc:creator>
      <dc:date>2023-11-13T07:28:29Z</dc:date>
    </item>
  </channel>
</rss>

