<?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>Other NXP ProductsのトピックIMXRT1020 ROM HAB API testing</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/IMXRT1020-ROM-HAB-API-testing/m-p/1879267#M22901</link>
    <description>&lt;P&gt;I am using IMXRT1020 , I am trying to test the example code of&amp;nbsp; evkmimxrt1024_fsl_romapi but the code is getting stuck and going to hardfault error of undefined function at&amp;nbsp; below lines.&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ROM_FLEXSPI_NorFlash_ClearCache(&lt;/SPAN&gt;&lt;SPAN&gt;FlexSpiInstance&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;status = FLEXSPI_NorFlash_GetVendorID(&lt;/SPAN&gt;&lt;SPAN&gt;FlexSpiInstance&lt;/SPAN&gt;&lt;SPAN&gt;, &amp;amp;vendor);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (status == &lt;/SPAN&gt;&lt;SPAN&gt;kStatus_Success&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My objective is to call the HAB realated ROM api's please suggest me how can I call the &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;entry and get version HAB ROM api's from application code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am just trying by assigning the (0x002002C0 + 0x04) address to function pointer and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;calling the hab entry function but it is resulting to hardfault error. please help me on this. thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 02 Jun 2024 12:14:17 GMT</pubDate>
    <dc:creator>wasimarfath</dc:creator>
    <dc:date>2024-06-02T12:14:17Z</dc:date>
    <item>
      <title>IMXRT1020 ROM HAB API testing</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/IMXRT1020-ROM-HAB-API-testing/m-p/1879267#M22901</link>
      <description>&lt;P&gt;I am using IMXRT1020 , I am trying to test the example code of&amp;nbsp; evkmimxrt1024_fsl_romapi but the code is getting stuck and going to hardfault error of undefined function at&amp;nbsp; below lines.&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ROM_FLEXSPI_NorFlash_ClearCache(&lt;/SPAN&gt;&lt;SPAN&gt;FlexSpiInstance&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;status = FLEXSPI_NorFlash_GetVendorID(&lt;/SPAN&gt;&lt;SPAN&gt;FlexSpiInstance&lt;/SPAN&gt;&lt;SPAN&gt;, &amp;amp;vendor);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (status == &lt;/SPAN&gt;&lt;SPAN&gt;kStatus_Success&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My objective is to call the HAB realated ROM api's please suggest me how can I call the &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;entry and get version HAB ROM api's from application code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am just trying by assigning the (0x002002C0 + 0x04) address to function pointer and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;calling the hab entry function but it is resulting to hardfault error. please help me on this. thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 02 Jun 2024 12:14:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/IMXRT1020-ROM-HAB-API-testing/m-p/1879267#M22901</guid>
      <dc:creator>wasimarfath</dc:creator>
      <dc:date>2024-06-02T12:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1020 ROM HAB API testing</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/IMXRT1020-ROM-HAB-API-testing/m-p/1900506#M23428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228908"&gt;@wasimarfath&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your patience, I do appreciate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the HAB API testing please take a look at my reply here&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Other-NXP-Products/HAB-Testing/td-p/1877241" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/Other-NXP-Products/HAB-Testing/td-p/1877241&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I used some header files for the HAB APIs from the MCUXpresso SBL. This way is easier.&lt;/P&gt;
&lt;P&gt;If you still need my full project let me know.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 22:50:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/IMXRT1020-ROM-HAB-API-testing/m-p/1900506#M23428</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2024-07-05T22:50:45Z</dc:date>
    </item>
  </channel>
</rss>

