<?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: RT1060 uses rom api to implement file system in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1467232#M19868</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After several days of testing, it was found that the program was running in the flash and used the file system to operate the flash. This will cause the program to hang. Now you can run the program in the external sram. But another problem is that I am using the mcupresso Secure Provisioning tool to program the program, which will cause me to adjust the mode of the board every time. It is not possible to download directly using the ide. And it is also very inconvenient for debugging. I would like to ask if the program can run directly in the external SRAM? It doesn't matter if the power is lost. This makes debugging easier.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jun 2022 06:28:50 GMT</pubDate>
    <dc:creator>2548903578</dc:creator>
    <dc:date>2022-06-01T06:28:50Z</dc:date>
    <item>
      <title>RT1060 uses rom api to implement file system</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1465156#M19784</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Because we don't use sd card on our board, so the file system can only be ported on nor flash. There is rom api in the official sdk package, so I ported the file system based on this. However, during testing, it was found that sometimes it could be mounted, and sometimes it could not be mounted. When I use to create directories and files, there is a high probability of failure or even board reset.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hardware Details&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Device :MIMXRT1061&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Nor Flash:W25Q128JVSQ&lt;BR /&gt;&lt;SPAN&gt;SDK Details&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SDK Name:SDK_2.x_MIMXRT1061xxxxA&lt;BR /&gt;&lt;SPAN&gt;SDK Version :2.11.1 (563 2022-03-24)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Host OS :Windows&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Toolchain :MCUXpresso IDE(11.5.0_7232)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Middleware&amp;nbsp; :FatFS, FreeRTOS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Drivers:fsl_romapi.c,fsl_romapi.h&lt;BR /&gt;&lt;SPAN&gt;Reference Demo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SDK_2.11.1_EVK-MIMXRT1060\evkmimxrt1060_fsl_romapi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Reference&amp;nbsp;Post&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/FatFs-with-nor-flash-memory-MIMXRT1062/m-p/975244" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/FatFs-with-nor-flash-memory-MIMXRT1062/m-p/975244&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Phenomenon&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ截图20220527090209.png" style="width: 647px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/181388iCAAA33E10F1D20CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20220527090209.png" alt="QQ截图20220527090209.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The device resets after entering the create directory command.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 01:02:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1465156#M19784</guid>
      <dc:creator>2548903578</dc:creator>
      <dc:date>2022-05-27T01:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: RT1060 uses rom api to implement file system</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1465247#M19795</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;I'd like to know the ratio of the issues happening, further, whether you can introduce the steps of porting code and upload the whole demo code.&lt;BR /&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks 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>Fri, 27 May 2022 03:28:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1465247#M19795</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-05-27T03:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: RT1060 uses rom api to implement file system</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1465288#M19797</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Temporarily unable to upload the entire project, here I upload the interface files of fatfs and rom api first. I think there may be something wrong with the configuration of these two files. Looking forward to your reply!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 05:21:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1465288#M19797</guid>
      <dc:creator>2548903578</dc:creator>
      <dc:date>2022-05-27T05:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: RT1060 uses rom api to implement file system</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1465365#M19804</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I modified the romapi demo based on the development board to create a fatfs project on nor flash. The phenomenon is exactly the same as when I first started. Hope you can give me some advice! thank you very much!&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 07:09:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1465365#M19804</guid>
      <dc:creator>2548903578</dc:creator>
      <dc:date>2022-05-27T07:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: RT1060 uses rom api to implement file system</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1466166#M19836</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;Firstly, according to your reply, it will encounter the issue after the task scheduler begins to work, is it right?&lt;BR /&gt;Second, I was wondering if you can list the steps of porting code, &lt;BR /&gt;Lastly, I guess the issue may be related to a lack of taking critical section protection prior to calling ROM APIs, I‘d like to suggest you use the pair of taskENTER_CRITICAL() and taskEXIT_CRITICAL() to do it.&lt;BR /&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks 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>Mon, 30 May 2022 09:27:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1466166#M19836</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-05-30T09:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: RT1060 uses rom api to implement file system</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1467232#M19868</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After several days of testing, it was found that the program was running in the flash and used the file system to operate the flash. This will cause the program to hang. Now you can run the program in the external sram. But another problem is that I am using the mcupresso Secure Provisioning tool to program the program, which will cause me to adjust the mode of the board every time. It is not possible to download directly using the ide. And it is also very inconvenient for debugging. I would like to ask if the program can run directly in the external SRAM? It doesn't matter if the power is lost. This makes debugging easier.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 06:28:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1467232#M19868</guid>
      <dc:creator>2548903578</dc:creator>
      <dc:date>2022-06-01T06:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: RT1060 uses rom api to implement file system</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1467274#M19873</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;To provide the fastest possible support, I'd highly recommend you refer to the &lt;A href="https://www.nxpic.org.cn/module/forum/thread-619216-1-1.html" target="_self"&gt;post&lt;/A&gt; to learn how to debug in the SDRAM.&lt;BR /&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks 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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 07:38:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1467274#M19873</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-06-01T07:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: RT1060 uses rom api to implement file system</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1467320#M19874</link>
      <description>&lt;P&gt;Hi，&lt;/P&gt;&lt;P&gt;Thank you very much for your reply, this article was very useful to me. But the article mentioned that the script RT1050_SDRAM_Init.scp is for the rt1050 chip. Does rt1060 also work? If not, where should I get this script RT1060_SDRAM_Init.scp. Looking forward to your reply!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 08:18:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1467320#M19874</guid>
      <dc:creator>2548903578</dc:creator>
      <dc:date>2022-06-01T08:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: RT1060 uses rom api to implement file system</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1467876#M19885</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;1) Does rt1060 also work? &lt;BR /&gt;-- Yes.&lt;BR /&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks 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, 02 Jun 2022 01:44:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1060-uses-rom-api-to-implement-file-system/m-p/1467876#M19885</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-06-02T01:44:26Z</dc:date>
    </item>
  </channel>
</rss>

