<?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>MCUXpresso IDEのトピックRe: Board SDK configuring board flash driver</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090913#M6015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach the project that I'm trying to add as example and the custom board SDK as "Support_Project_and_custom_SDK.zip". Also, in another zip, there is the log support generated by MCUXpresso as "2020070301231_SupportInfo.zip".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Miguel&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2020 10:45:03 GMT</pubDate>
    <dc:creator>mperez1</dc:creator>
    <dc:date>2020-07-30T10:45:03Z</dc:date>
    <item>
      <title>Board SDK configuring board flash driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090908#M6010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to develop a custom board with the IMXRT1050 mcu, for that we followed the webinar training&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/design/training/creating-a-custom-board-sdk-and-migrating-code-between-boards:CREATING-CUSTOM-BOARD-SDK" title="https://www.nxp.com/design/training/creating-a-custom-board-sdk-and-migrating-code-between-boards:CREATING-CUSTOM-BOARD-SDK"&gt;Creating a Custom Board SDK and Migrating Code Between Boards | NXP&lt;/A&gt;. Everything worked perfectly and now we are trying to add new examples to the Board SDK. In order to achieve that, we have to configure the Flash and RAM configuration of the board and then the problems started.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a similar flash configuration with the Evaluation Board, so when we added the HyperFlash driver and try to add a new example we receive a JavaNullPointer exception.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we remove the BOARD_FLASH line the NullPointer exception disappered when we include a new example. When we added the BOARD_FLASH line the Board SDK added a linked file to this driver, we removed this linked file and added the original file without any success.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone faced the same problem and could solved it? There is really few documentation of this topics and we don´t know how to continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you everyone for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/103012iD877CF5F430204E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/103521i0EA02D9577383951/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2020 09:11:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090908#M6010</guid>
      <dc:creator>mperez1</dc:creator>
      <dc:date>2020-07-27T09:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Board SDK configuring board flash driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090909#M6011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;the most update IDE version is 11.2. Can you please try it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 10:29:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090909#M6011</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2020-07-28T10:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Board SDK configuring board flash driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090910#M6012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for answering I forgot to tell it, but I´m already using&amp;nbsp;the 11.2 IDE version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Miguel&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 14:50:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090910#M6012</guid>
      <dc:creator>mperez1</dc:creator>
      <dc:date>2020-07-28T14:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Board SDK configuring board flash driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090911#M6013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you share your project and custom board sdk?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 05:41:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090911#M6013</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2020-07-30T05:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Board SDK configuring board flash driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090912#M6014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you please send us .log file from your workspace? That should give us some indications about the NPE. Alternatively, we now have an easier way to export data for diagnostics and send it to us - see screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109008i0E770C6B80BF4ED4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile, we'll see if we can reproduce the described behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;BR /&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 06:44:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090912#M6014</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2020-07-30T06:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Board SDK configuring board flash driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090913#M6015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach the project that I'm trying to add as example and the custom board SDK as "Support_Project_and_custom_SDK.zip". Also, in another zip, there is the log support generated by MCUXpresso as "2020070301231_SupportInfo.zip".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Miguel&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 10:45:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090913#M6015</guid>
      <dc:creator>mperez1</dc:creator>
      <dc:date>2020-07-30T10:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Board SDK configuring board flash driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090914#M6016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. We'll look into this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;BR /&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2020 12:48:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1090914#M6016</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2020-07-31T12:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Board SDK configuring board flash driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1151440#M6120</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;There is any news on this topic?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Miguel&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2020 08:26:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1151440#M6120</guid>
      <dc:creator>mperez1</dc:creator>
      <dc:date>2020-09-10T08:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Board SDK configuring board flash driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1161851#M6175</link>
      <description>&lt;P&gt;Hi Miguel,&lt;/P&gt;
&lt;P&gt;Thanks for reporting the problem.&lt;/P&gt;
&lt;P&gt;The fix for this topic will be available in the next build - MCUXpresso IDE 11.2.1.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MCUXpresso IDE Support&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 13:38:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Board-SDK-configuring-board-flash-driver/m-p/1161851#M6175</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2020-10-01T13:38:57Z</dc:date>
    </item>
  </channel>
</rss>

